diff options
Diffstat (limited to 'src/mainwindow.hpp')
| -rw-r--r-- | src/mainwindow.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp index 95b096d..e207128 100644 --- a/src/mainwindow.hpp +++ b/src/mainwindow.hpp @@ -8,6 +8,7 @@ #include "favouritecollection.hpp" #include "geminirenderer.hpp" +#include "protocolsetup.hpp" QT_BEGIN_NAMESPACE namespace Ui { class MainWindow; } @@ -69,6 +70,7 @@ private slots: public: QSettings settings; GeminiStyle current_style; + ProtocolSetup protocols; private: Ui::MainWindow *ui; |
