diff options
Diffstat (limited to 'actorwidget.h')
-rw-r--r-- | actorwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actorwidget.h b/actorwidget.h index b9819a3..ee73535 100644 --- a/actorwidget.h +++ b/actorwidget.h @@ -26,6 +26,7 @@ class ActorWidget : public QWidget { void setProgressBar(QProgressBar *p) { mProgress = p; } QMenuBar *menuBar() { return mMenuBar; } QToolBar *toolBar() { return mToolBar; } + QTreeView *actorView() { return mActorView; } public slots: void gatherData(); |