forked from qt-creator/qt-creator
Add projects directory to folder navigation widget
Change-Id: Ia925fa99ba0f11be860f214e7809731ddf990268 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -146,6 +146,7 @@ signals:
|
||||
void allDocumentsRenamed(const QString &from, const QString &to);
|
||||
/// emitted if one document changed its name e.g. due to save as
|
||||
void documentRenamed(Core::IDocument *document, const QString &from, const QString &to);
|
||||
void projectsDirectoryChanged(const Utils::FileName &directory);
|
||||
|
||||
protected:
|
||||
bool eventFilter(QObject *obj, QEvent *e);
|
||||
|
||||
Reference in New Issue
Block a user