The application object is the one responsible for the event loop.
You can create QObject before the QApplication / QCoreApplication but you wont be able to use events or signal slots.
But writing / reading from a file should not be a problem.
The application object is the one responsible for the event loop.
You can create QObject before the QApplication / QCoreApplication but you wont be able to use events or signal slots.
But writing / reading from a file should not be a problem.
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
Bookmarks