Skip to content

Commit

Permalink
OSX update to Qt 5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MizPlusPlus committed May 4, 2018
1 parent b5eae2e commit 2e0286d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OSCWidgets/MainWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class MainWindow
Q_OBJECT

public:
MainWindow(QWidget *parent=0, Qt::WindowFlags f=0);
MainWindow(EosPlatform *platform, QWidget *parent=0, Qt::WindowFlags f=0);
virtual ~MainWindow();

virtual void FlushLogQ(EosLog::LOG_Q &logQ);
Expand Down Expand Up @@ -206,7 +206,7 @@ private slots:
QSystemTrayIcon *m_SystemTray;
QMenu *m_SystemTrayMenu;
unsigned int m_CloseAllowed;
EosPlatform *m_Platform;
EosPlatform *m_pPlatform;
bool m_SystemIdleAllowed;

virtual void Start();
Expand Down

0 comments on commit 2e0286d

Please sign in to comment.