Originally Posted by twoten Can you give me an example of the correct way to do this? Instead of Qt Code: Switch view QTimer *timer = new QTimer(this); QTimer *timer = new QTimer(this); To copy to clipboard, switch view to plain text mode you write Qt Code: Switch view timer = new QTimer(this); timer = new QTimer(this); To copy to clipboard, switch view to plain text mode Cheers, _
QTimer *timer = new QTimer(this);
timer = new QTimer(this);
View Tag Cloud
Forum Rules
Bookmarks