From c61998283c8436dd4360e35ce10c309e7d3ee723 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 25 Jul 2024 13:05:02 +0200 Subject: adw: add bare bones wrapper for AdwApplication --- app/include/turns/app/application.hpp | 37 ----------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 app/include/turns/app/application.hpp (limited to 'app/include') diff --git a/app/include/turns/app/application.hpp b/app/include/turns/app/application.hpp deleted file mode 100644 index ce4ef92..0000000 --- a/app/include/turns/app/application.hpp +++ /dev/null @@ -1,37 +0,0 @@ -#ifndef TURNS_APP_APPLICATION_HPP -#define TURNS_APP_APPLICATION_HPP - -#include "turns/ui/windows/fwd.hpp" - -#include - -#include - -#include - -namespace turns::app -{ - - struct application - { - auto static create() -> std::shared_ptr; - - auto run(int argc, char * argv[]) -> int; - - private: - application(); - - auto handle_action_quit() -> void; - - auto on_activate() -> void; - auto on_shutdown() -> void; - auto on_startup() -> void; - - AdwApplication * m_adw; - Glib::RefPtr m_application; - ui::windows::tracker * m_tracker; - }; - -} // namespace turns::app - -#endif \ No newline at end of file -- cgit v1.2.3