Both QObject and QTimer are contained in the QtCore module. You can simply inherit your class from QObject instead.
Qt Code:
{ Q_OBJECT }To copy to clipboard, switch view to plain text mode
Both QObject and QTimer are contained in the QtCore module. You can simply inherit your class from QObject instead.
Qt Code:
{ Q_OBJECT }To copy to clipboard, switch view to plain text mode
Bookmarks