mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 03:16:10 +00:00
g++ fix (#491)
This commit is contained in:
parent
a04c633655
commit
24941611fe
@ -19,8 +19,8 @@ public:
|
||||
void addItem(QTreeWidgetItem &tree, QStackedWidget &panel);
|
||||
|
||||
private:
|
||||
const QString name;
|
||||
const QIcon icon;
|
||||
QString name;
|
||||
QIcon icon;
|
||||
QWidget *widget;
|
||||
QList<PreferenceCategory> children;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user