summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectexplorerconstants.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2016-04-25 13:27:09 +0200
committerEike Ziller <eike.ziller@qt.io>2016-04-25 13:27:14 +0200
commita3880c4916cce1fac2c033ef291a83a887accdc6 (patch)
tree6a5bc23823edd3b645a63f48f059460aa6dc51c1 /src/plugins/projectexplorer/projectexplorerconstants.h
parent452ea6a662a62e44081ea93434128b4e094db7cc (diff)
parent728229690af3a5357c59790b58e10e9edddb3756 (diff)
downloadqt-creator-a3880c4916cce1fac2c033ef291a83a887accdc6.tar.gz
Merge remote-tracking branch 'origin/4.0'
Change-Id: If0ba896a083392a532f76bb26bec3540a7c17667
Diffstat (limited to 'src/plugins/projectexplorer/projectexplorerconstants.h')
-rw-r--r--src/plugins/projectexplorer/projectexplorerconstants.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/projectexplorerconstants.h b/src/plugins/projectexplorer/projectexplorerconstants.h
index cf9e10b09d..b40f7f9b91 100644
--- a/src/plugins/projectexplorer/projectexplorerconstants.h
+++ b/src/plugins/projectexplorer/projectexplorerconstants.h
@@ -265,5 +265,15 @@ const char DEBUG_RUN_MODE_WITH_BREAK_ON_MAIN[]="RunConfiguration.DebugRunModeWit
// Navigation Widget
const char PROJECTTREE_ID[] = "Projects";
+// File icon overlays
+const char FILEOVERLAY_QT[]=":/projectexplorer/images/fileoverlay_qt.png";
+const char FILEOVERLAY_QML[]=":/projectexplorer/images/fileoverlay_qml.png";
+const char FILEOVERLAY_UI[]=":/projectexplorer/images/fileoverlay_ui.png";
+const char FILEOVERLAY_QRC[]=":/projectexplorer/images/fileoverlay_qrc.png";
+const char FILEOVERLAY_CPP[]=":/projectexplorer/images/fileoverlay_cpp.png";
+const char FILEOVERLAY_H[]=":/projectexplorer/images/fileoverlay_h.png";
+const char FILEOVERLAY_SCXML[]=":/projectexplorer/images/fileoverlay_scxml.png";
+const char FILEOVERLAY_UNKNOWN[]=":/projectexplorer/images/fileoverlay_unknown.png";
+
} // namespace Constants
} // namespace ProjectExplorer