aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectexplorerconstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/projectexplorerconstants.h')
-rw-r--r--src/plugins/projectexplorer/projectexplorerconstants.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/projectexplorerconstants.h b/src/plugins/projectexplorer/projectexplorerconstants.h
index b91632e9b8..5bc3a8da3f 100644
--- a/src/plugins/projectexplorer/projectexplorerconstants.h
+++ b/src/plugins/projectexplorer/projectexplorerconstants.h
@@ -25,7 +25,7 @@
#pragma once
-#include <QtGlobal>
+#include "projectexplorer_export.h"
namespace ProjectExplorer {
namespace Constants {
@@ -230,5 +230,10 @@ const char PROJECT_ROOT_PATH_KEY[] = "ProjectExplorer.Project.RootPath";
const char STARTUPSESSION_KEY[] = "ProjectExplorer/SessionToRestore";
const char LASTSESSION_KEY[] = "ProjectExplorer/StartupSession";
+// UI texts
+PROJECTEXPLORER_EXPORT QString msgAutoDetected();
+PROJECTEXPLORER_EXPORT QString msgAutoDetectedToolTip();
+PROJECTEXPLORER_EXPORT QString msgManual();
+
} // namespace Constants
} // namespace ProjectExplorer