mirror of
https://github.com/overte-org/overte.git
synced 2025-07-16 21:17:11 +02:00
removed stray traybar icon
This commit is contained in:
parent
cfce5af8d4
commit
17f0688db5
2 changed files with 0 additions and 3 deletions
|
@ -31,7 +31,6 @@ MainWindow::MainWindow(QWidget* parent) :
|
||||||
_windowState("WindowState", 0)
|
_windowState("WindowState", 0)
|
||||||
{
|
{
|
||||||
setAcceptDrops(true);
|
setAcceptDrops(true);
|
||||||
_trayIcon.show();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::restoreGeometry() {
|
void MainWindow::restoreGeometry() {
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
#define __hifi__MainWindow__
|
#define __hifi__MainWindow__
|
||||||
|
|
||||||
#include <QMainWindow>
|
#include <QMainWindow>
|
||||||
#include <QSystemTrayIcon>
|
|
||||||
|
|
||||||
#include <SettingHandle.h>
|
#include <SettingHandle.h>
|
||||||
|
|
||||||
|
@ -43,7 +42,6 @@ protected:
|
||||||
private:
|
private:
|
||||||
Setting::Handle<QRect> _windowGeometry;
|
Setting::Handle<QRect> _windowGeometry;
|
||||||
Setting::Handle<int> _windowState;
|
Setting::Handle<int> _windowState;
|
||||||
QSystemTrayIcon _trayIcon;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* defined(__hifi__MainWindow__) */
|
#endif /* defined(__hifi__MainWindow__) */
|
||||||
|
|
Loading…
Reference in a new issue