it does not work again....
here is my code... whats the problem?
QTimer::singleShot(2000, this, SLOT(fake()));
void MainWindow::fake()
{
int a;
a++;
}
it does not work again....
here is my code... whats the problem?
QTimer::singleShot(2000, this, SLOT(fake()));
void MainWindow::fake()
{
int a;
a++;
}
This code does not do anything so how do you know it doesn't work?
Bookmarks