diff --git a/src/plugins/resourceeditor/qrceditor/resourceview.h b/src/plugins/resourceeditor/qrceditor/resourceview.h index aeeb2441d48..d53f9546858 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);