We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5eae2e commit 2e0286dCopy full SHA for 2e0286d
OSCWidgets/MainWindow.h
@@ -133,7 +133,7 @@ class MainWindow
133
Q_OBJECT
134
135
public:
136
- MainWindow(QWidget *parent=0, Qt::WindowFlags f=0);
+ MainWindow(EosPlatform *platform, QWidget *parent=0, Qt::WindowFlags f=0);
137
virtual ~MainWindow();
138
139
virtual void FlushLogQ(EosLog::LOG_Q &logQ);
@@ -206,7 +206,7 @@ private slots:
206
QSystemTrayIcon *m_SystemTray;
207
QMenu *m_SystemTrayMenu;
208
unsigned int m_CloseAllowed;
209
- EosPlatform *m_Platform;
+ EosPlatform *m_pPlatform;
210
bool m_SystemIdleAllowed;
211
212
virtual void Start();
0 commit comments