aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/qrceditor/resourcefile_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/resourceeditor/qrceditor/resourcefile_p.h')
-rw-r--r--src/plugins/resourceeditor/qrceditor/resourcefile_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/resourceeditor/qrceditor/resourcefile_p.h b/src/plugins/resourceeditor/qrceditor/resourcefile_p.h
index 8957a56f0e..0afb55290c 100644
--- a/src/plugins/resourceeditor/qrceditor/resourcefile_p.h
+++ b/src/plugins/resourceeditor/qrceditor/resourcefile_p.h
@@ -170,6 +170,8 @@ public:
QString relativePath(const QString &abs_path) const;
QString absolutePath(const QString &rel_path) const;
+ void orderList();
+
static QString fixPrefix(const QString &prefix);
private:
@@ -260,6 +262,8 @@ public:
bool dirty() const { return m_dirty; }
void setDirty(bool b);
+ void orderList();
+
private:
QMimeData *mimeData (const QModelIndexList & indexes) const override;