diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-25 08:22:48 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-25 08:22:48 +0200 |
| commit | d3f1e65d8535c88de64f0e388ce4c909f443ea35 (patch) | |
| tree | 6f0e418e8934d9832ec7ab3f34d2641aed362067 /app/include | |
| parent | 10a8d40e12b30beec0781deb0af894f66fe3561f (diff) | |
| download | turns-d3f1e65d8535c88de64f0e388ce4c909f443ea35.tar.xz turns-d3f1e65d8535c88de64f0e388ce4c909f443ea35.zip | |
ui: fix namespace
Diffstat (limited to 'app/include')
| -rw-r--r-- | app/include/turns/app/application.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/include/turns/app/application.hpp b/app/include/turns/app/application.hpp index c8bc862..ce4ef92 100644 --- a/app/include/turns/app/application.hpp +++ b/app/include/turns/app/application.hpp @@ -27,11 +27,9 @@ namespace turns::app auto on_shutdown() -> void; auto on_startup() -> void; - auto register_derived_widgets() -> void; - AdwApplication * m_adw; Glib::RefPtr<Gtk::Application> m_application; - windows::tracker * m_tracker; + ui::windows::tracker * m_tracker; }; } // namespace turns::app |
