Created
March 20, 2025 14:30
-
-
Save esmarr58/a7eded1ec0da7e77e7040668fcc98d56 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
QTimer *cronos = new QTimer(this); | |
cronos->start(1000); | |
connect(cronos, SIGNAL(timeout()),this, SLOT(loop())); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment