Skip to content

Commit 2e0286d

Browse files
committed
OSX update to Qt 5.6.3
1 parent b5eae2e commit 2e0286d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OSCWidgets/MainWindow.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class MainWindow
133133
Q_OBJECT
134134

135135
public:
136-
MainWindow(QWidget *parent=0, Qt::WindowFlags f=0);
136+
MainWindow(EosPlatform *platform, QWidget *parent=0, Qt::WindowFlags f=0);
137137
virtual ~MainWindow();
138138

139139
virtual void FlushLogQ(EosLog::LOG_Q &logQ);
@@ -206,7 +206,7 @@ private slots:
206206
QSystemTrayIcon *m_SystemTray;
207207
QMenu *m_SystemTrayMenu;
208208
unsigned int m_CloseAllowed;
209-
EosPlatform *m_Platform;
209+
EosPlatform *m_pPlatform;
210210
bool m_SystemIdleAllowed;
211211

212212
virtual void Start();

0 commit comments

Comments
 (0)