diff options
Diffstat (limited to 'gui/designwidget.h')
-rw-r--r-- | gui/designwidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/designwidget.h b/gui/designwidget.h index a4940213..50f00bbe 100644 --- a/gui/designwidget.h +++ b/gui/designwidget.h @@ -61,10 +61,10 @@ class DesignWidget : public QWidget void selected(std::vector<DecalXY> decal);
private Q_SLOTS:
- void prepareMenu(const QPoint &pos);
+ void prepareMenuProperty(const QPoint &pos);
void onItemSelectionChanged();
- void selectObject();
- void onCurrentPropertyChanged(QtBrowserItem *_item);
+ void onItemDoubleClicked(QTreeWidgetItem *item, int column);
+ void onCurrentPropertySelected(QtBrowserItem *_item);
public Q_SLOTS:
void newContext(Context *ctx);
void updateTree();
|