aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/qrceditor
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2016-07-04 13:49:33 +0300
committerOrgad Shaneh <orgads@gmail.com>2016-07-04 11:41:01 +0000
commit0f46ad9cb1ce6c6241a0dea0375506da56fa7e4d (patch)
tree31ca9c68eb32955e888f04bf7c74e5d85c657d44 /src/plugins/resourceeditor/qrceditor
parent604a937f3c84fe1db6c7341ab946c8a34ce451eb (diff)
ResourceEditor: Reorder member functions
First signals, then protected and private. Change-Id: Ieed013bb35785542e10e697c1a1dc135c0c94cce Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/resourceeditor/qrceditor')
-rw-r--r--src/plugins/resourceeditor/qrceditor/resourceview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/resourceeditor/qrceditor/resourceview.h b/src/plugins/resourceeditor/qrceditor/resourceview.h
index aeeb2441d4..d53f954685 100644
--- a/src/plugins/resourceeditor/qrceditor/resourceview.h
+++ b/src/plugins/resourceeditor/qrceditor/resourceview.h
@@ -89,14 +89,14 @@ public:
QString getCurrentValue(NodeProperty property) const;
void changeValue(const QModelIndex &nodeIndex, NodeProperty property, const QString &value);
-protected:
- void keyPressEvent(QKeyEvent *e);
-
signals:
void removeItem();
void itemActivated(const QString &fileName);
void contextMenuShown(const QPoint &globalPos, const QString &fileName);
+protected:
+ void keyPressEvent(QKeyEvent *e);
+
private:
void onItemActivated(const QModelIndex &index);
void showContextMenu(const QPoint &pos);