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(
// Connect the "activate" signal to the callback function // Connect the "activate" signal to the callback function
g_signal_connect( g_signal_connect(
application, G_APPLICATION(
application
),
"activate", "activate",
G_CALLBACK( G_CALLBACK(
activate activate

Loading…
Cancel
Save