aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_welcome.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/main_welcome.h')
-rw-r--r--ui/qt/main_welcome.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/main_welcome.h b/ui/qt/main_welcome.h
index 4e0851ee08..adb182df0d 100644
--- a/ui/qt/main_welcome.h
+++ b/ui/qt/main_welcome.h
@@ -29,6 +29,7 @@
#include <QTreeWidgetItem>
#include "splash_overlay.h"
+#include "interface_tree.h"
namespace Ui {
class MainWelcome;
@@ -39,6 +40,7 @@ class MainWelcome : public QFrame
Q_OBJECT
public:
explicit MainWelcome(QWidget *parent = 0);
+ InterfaceTree *getInterfaceTree();
protected:
void resizeEvent(QResizeEvent *event);