forked from qt-creator/qt-creator
Revert "DocumentManager: Support expect/unexpect directory changes"
Doesn't work
This reverts commit f6ec8c3342.
Change-Id: I84ecb956bd8ad2358228e11630e95ac03c903c21
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
91d8ecbd60
commit
5c900d205d
@@ -74,9 +74,6 @@ public:
|
||||
static void expectFileChange(const QString &fileName);
|
||||
static void unexpectFileChange(const QString &fileName);
|
||||
|
||||
static void expectDirectoryChange(const QString &directory);
|
||||
static void unexpectDirectoryChange(const QString &directory);
|
||||
|
||||
// recent files
|
||||
static void addToRecentFiles(const QString &fileName, const Id &editorId = Id());
|
||||
Q_SLOT void clearRecentFiles();
|
||||
@@ -153,7 +150,6 @@ private slots:
|
||||
void changedFile(const QString &file);
|
||||
void mainWindowActivated();
|
||||
void syncWithEditor(const QList<Core::IContext *> &context);
|
||||
void clearExpectedDirectory();
|
||||
};
|
||||
|
||||
/*! The FileChangeBlocker blocks all change notifications to all IDocument * that
|
||||
|
||||
Reference in New Issue
Block a user