Translations:Development/Tutorials/Common Programming Mistakes/80/en: Difference between revisions
Appearance
Importing a new version from external source |
(No difference)
|
Latest revision as of 07:31, 26 October 2019
<syntaxhighlight lang="cpp-qt"> MainWindow::MainWindow() {
initGUI(); QTimer::singleShot( 0, this, SLOT(initObject()) );
}