From 660b61a7f8b9fb885226507d7f6716ab2dcedbb8 Mon Sep 17 00:00:00 2001 From: alwin Date: Wed, 10 Nov 2004 21:18:37 +0000 Subject: implemented icon cache so it will not scan every time when changing the doctab categorie ToDo: implement a cache flush --- (limited to 'core/launcher/launcher.h') 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 @@ -90,6 +90,8 @@ private: LauncherView *docLoadingWidget; QProgressBar *docLoadingWidgetProgress; bool docLoadingWidgetEnabled; + bool docTabEnabled; + int m_DocumentTabId; }; class Launcher : public QMainWindow, public ServerInterface @@ -135,7 +137,7 @@ signals: void executing( const AppLnk * ); private slots: - void systemMessage( const QCString &, const QByteArray &); + void systemMessage( const QCString &, const QByteArray &); protected: bool eventFilter( QObject *o, QEvent *ev ); -- cgit v0.9.0.2