aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlpreview/qmldebugtranslationwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmlpreview/qmldebugtranslationwidget.h')
-rw-r--r--src/plugins/qmlpreview/qmldebugtranslationwidget.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/plugins/qmlpreview/qmldebugtranslationwidget.h b/src/plugins/qmlpreview/qmldebugtranslationwidget.h
index 7ea0760ac0..de0c7ba362 100644
--- a/src/plugins/qmlpreview/qmldebugtranslationwidget.h
+++ b/src/plugins/qmlpreview/qmldebugtranslationwidget.h
@@ -63,6 +63,9 @@ public:
void setCurrentFile(const Utils::FilePath &filepath);
void setFiles(const Utils::FilePaths &filePathes);
void updateStartupProjectTranslations();
+
+ QColor warningColor();
+ QColor foundTrColor();
private:
void updateCurrentEditor(const Core::IEditor *editor);
void updateCurrentTranslations(ProjectExplorer::Project *project);
@@ -98,6 +101,10 @@ private:
QHBoxLayout *m_selectLanguageLayout;
TestLanguageGetter m_testLanguagesGetter;
+ QColor m_warningColor;
+ QColor m_foundTrColor;
+ QColor m_lastWarningColor;
+ QColor m_lastfoundTrColor;
};
} // namespace QmlPreview