enshort application object name

This commit is contained in:
yggverse 2024-08-06 03:55:20 +03:00
parent b891678dbc
commit 58c978184c
3 changed files with 7 additions and 7 deletions

View file

@ -7,12 +7,12 @@ namespace app
GtkApplication *application
) {
// Init dependencies
this->application = application;
this->app = application;
// Init GTK
this->gtk = gtk_application_window_new(
GTK_APPLICATION(
this->application
this->app
)
);
@ -46,7 +46,7 @@ namespace app
// Connect signals
g_signal_connect(
G_APPLICATION(
this->application
this->app
),
"shutdown",
G_CALLBACK(