summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectexplorer.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2013-02-06 23:06:46 +0200
committerhjk <hjk121@nokiamail.com>2013-02-07 13:37:26 +0100
commitc7ed4556d8cf031537ea78e8e5ca438924204e79 (patch)
tree87c24b9c7105f2fb9dbecd3e2c8f03ebeac0fa3f /src/plugins/projectexplorer/projectexplorer.h
parent4aef34e9e0e8a95524ec7a0c15185162605d1b07 (diff)
downloadqt-creator-c7ed4556d8cf031537ea78e8e5ca438924204e79.tar.gz
Show warning when opening a file that is external to the project
Change-Id: I2487c0fe585ae7482a2362b662f2392470bd34e7 Reviewed-by: Daniel Teske <daniel.teske@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/projectexplorer/projectexplorer.h')
-rw-r--r--src/plugins/projectexplorer/projectexplorer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/projectexplorer.h b/src/plugins/projectexplorer/projectexplorer.h
index c42f453940..7f3aabfb0b 100644
--- a/src/plugins/projectexplorer/projectexplorer.h
+++ b/src/plugins/projectexplorer/projectexplorer.h
@@ -281,6 +281,7 @@ private:
QPair<bool, QString> buildSettingsEnabled(Project *pro);
bool hasDeploySettings(Project *pro);
+ void showExternalFileWarning();
void setCurrent(Project *project, QString filePath, Node *node);
QStringList allFilesWithDependencies(Project *pro);