diff options
Diffstat (limited to 'gui/init.hpp')
-rw-r--r-- | gui/init.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/init.hpp b/gui/init.hpp index d437b084..1142ff24 100644 --- a/gui/init.hpp +++ b/gui/init.hpp @@ -7,6 +7,8 @@ int OTR_GUI_EXPORT otr_main(int argc, char** argv, std::function<QWidget*()> make_main_window); +// XXX TODO need split MainWindow into mixins each implementing part of the functionality + template<typename F> auto run_application(int argc, char** argv, F&& fun) { |