mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
enshort application object name
This commit is contained in:
parent
b891678dbc
commit
58c978184c
3 changed files with 7 additions and 7 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue