Browse Source

use G_APPLICATION

CPP-GTK4
yggverse 2 months ago
parent
commit
3c705c14c2
  1. 4
      src/main.cpp

4
src/main.cpp

@ -21,7 +21,9 @@ int main( @@ -21,7 +21,9 @@ int main(
// Connect the "activate" signal to the callback function
g_signal_connect(
application,
G_APPLICATION(
application
),
"activate",
G_CALLBACK(
activate

Loading…
Cancel
Save