Pin/unpin functionality

This commit is contained in:
Jakub Melka
2021-06-16 18:45:47 +02:00
parent 47baae321e
commit 7264a45e30
5 changed files with 71 additions and 1 deletions

View File

@ -43,6 +43,8 @@ public:
private:
void onModeChanged();
void onPinRequest();
void onUnpinRequest();
void onCurrentIndexChanged(const QModelIndex& current, const QModelIndex& previous);
Ui::ObjectInspectorDialog* ui;