Translations:Development/Tutorials/Common Programming Mistakes/80/pt-br: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 April 2020

  • curprev 17:2017:20, 22 April 2020Juliano Assis talk contribs 130 bytes +130 Created page with "<syntaxhighlight lang="cpp-qt"> MainWindow::MainWindow() { initGUI(); QTimer::singleShot( 0, this, SLOT(initObject()) ); }"