summaryrefslogtreecommitdiff
path: root/core/launcher/launcher.h
Unidiff
Diffstat (limited to 'core/launcher/launcher.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/launcher.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/launcher/launcher.h b/core/launcher/launcher.h
index 2eaf77c..db6ac54 100644
--- a/core/launcher/launcher.h
+++ b/core/launcher/launcher.h
@@ -87,12 +87,14 @@ private:
87 LauncherView *docview; 87 LauncherView *docview;
88 88
89 QWidgetStack *stack; 89 QWidgetStack *stack;
90 LauncherView *docLoadingWidget; 90 LauncherView *docLoadingWidget;
91 QProgressBar *docLoadingWidgetProgress; 91 QProgressBar *docLoadingWidgetProgress;
92 bool docLoadingWidgetEnabled; 92 bool docLoadingWidgetEnabled;
93 bool docTabEnabled;
94 int m_DocumentTabId;
93}; 95};
94 96
95class Launcher : public QMainWindow, public ServerInterface 97class Launcher : public QMainWindow, public ServerInterface
96{ 98{
97 Q_OBJECT 99 Q_OBJECT
98public: 100public:
@@ -132,13 +134,13 @@ public slots:
132 void makeVisible(); 134 void makeVisible();
133 135
134signals: 136signals:
135 void executing( const AppLnk * ); 137 void executing( const AppLnk * );
136 138
137private slots: 139private slots:
138 void systemMessage( const QCString &, const QByteArray &); 140 void systemMessage( const QCString &, const QByteArray &);
139 141
140protected: 142protected:
141 bool eventFilter( QObject *o, QEvent *ev ); 143 bool eventFilter( QObject *o, QEvent *ev );
142 144
143private: 145private:
144 void updateApps(); 146 void updateApps();