Quote Originally Posted by hakermania View Post
it doesn't let me emit it without an object... And I cannot create a new Global instance, because, as far as I understood from your code, Q_DISABLE_COPY avoids me from doing so...
You should implement Global::instance. I left this for you.
HINT: you'll be able to instantiate a Global object in Global::instance.