summaryrefslogtreecommitdiff
path: root/src/plugins/resourceeditor/resourceeditorplugin.h
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2012-05-24 19:11:47 +0400
committerEike Ziller <eike.ziller@nokia.com>2012-07-09 16:06:57 +0200
commitdb6f01ba4abef8651b840cefd53b2cd1601f9626 (patch)
tree07634acc81682a55d41b19e9e49165128a68e734 /src/plugins/resourceeditor/resourceeditorplugin.h
parentdab8d6d0e702968e8dcbba8db67d771512cc042e (diff)
downloadqt-creator-db6f01ba4abef8651b840cefd53b2cd1601f9626.tar.gz
Highlight missing files in resource tree with red font.
Also added possibility to recheck file existance. Change-Id: I9f5e1d0499eb86238bb5c26420c48f322c87c65e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'src/plugins/resourceeditor/resourceeditorplugin.h')
-rw-r--r--src/plugins/resourceeditor/resourceeditorplugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/resourceeditor/resourceeditorplugin.h b/src/plugins/resourceeditor/resourceeditorplugin.h
index 8415d623aa..15de044a93 100644
--- a/src/plugins/resourceeditor/resourceeditorplugin.h
+++ b/src/plugins/resourceeditor/resourceeditorplugin.h
@@ -62,6 +62,7 @@ public:
private slots:
void onUndo();
void onRedo();
+ void onRefresh();
public:
void onUndoStackChanged(ResourceEditorW const *editor, bool canUndo, bool canRedo);
@@ -74,6 +75,7 @@ private:
ResourceEditorFactory *m_editor;
QAction *m_redoAction;
QAction *m_undoAction;
+ QAction *m_refreshAction;
};
} // namespace Internal