aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourceeditorw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/resourceeditor/resourceeditorw.h')
-rw-r--r--src/plugins/resourceeditor/resourceeditorw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/resourceeditor/resourceeditorw.h b/src/plugins/resourceeditor/resourceeditorw.h
index 8ac4e8d9b2..90fbc93bb3 100644
--- a/src/plugins/resourceeditor/resourceeditorw.h
+++ b/src/plugins/resourceeditor/resourceeditorw.h
@@ -101,6 +101,7 @@ private:
void openFile(const QString &fileName);
void renameCurrentFile();
void copyCurrentResourcePath();
+ void orderList();
const QString m_extension;
const QString m_fileFilter;
@@ -114,6 +115,7 @@ private:
QToolBar *m_toolBar;
QAction *m_renameAction;
QAction *m_copyFileNameAction;
+ QAction *m_orderList;
public:
void onRefresh();