diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-25 11:56:28 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-25 11:56:28 +0200 |
| commit | 868bfbcb0347878883b56b787bd1f63fd46c61c8 (patch) | |
| tree | a8f5c4f2afb88766bcdf4bf9c765aefd9acf99eb /include/adwaitamm/private/dialog_p.hpp | |
| parent | 2c4e151343828af13b28ec39946b6bf34748c2b3 (diff) | |
| download | libadwaitamm-868bfbcb0347878883b56b787bd1f63fd46c61c8.tar.xz libadwaitamm-868bfbcb0347878883b56b787bd1f63fd46c61c8.zip | |
adw: perform basic code cleanup
Diffstat (limited to 'include/adwaitamm/private/dialog_p.hpp')
| -rw-r--r-- | include/adwaitamm/private/dialog_p.hpp | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/include/adwaitamm/private/dialog_p.hpp b/include/adwaitamm/private/dialog_p.hpp index 5f02dba..a8be388 100644 --- a/include/adwaitamm/private/dialog_p.hpp +++ b/include/adwaitamm/private/dialog_p.hpp @@ -1,3 +1,9 @@ +/** + * @author Felix Morgner (felix.morgner@gmail.com) + * @copyright Copyright (c) 2025 + * SPDX-License-Identifier: LGPL-2.1-or-later + */ + #ifndef LIBADWAITAMM_PRIVATE_DIALOG_P_HPP #define LIBADWAITAMM_PRIVATE_DIALOG_P_HPP @@ -6,23 +12,19 @@ #include <gtkmm/widget.h> -#include <gtk/gtk.h> - #define _ADWAITA_INSIDE #include <adw-dialog.h> #undef _ADWAITA_INSIDE namespace Adwaita { - struct Dialog; - struct Dialog_Class : Glib::Class { using BaseClassParent = GtkWidgetClass; using BaseClassType = AdwDialogClass; using BaseObjectType = AdwDialog; using CppClassParent = Gtk::Widget_Class; - using CppObjectType = Dialog; + using CppObjectType = struct Dialog; auto init() -> Glib::Class const &; auto static class_init_function(void * gclass, void * data) -> void; |
