Preemptively fix exit warning "QEventLoop cannot be used
without QApplication" (Qt 5/dev) emitted by destruction of
the of the generic highlighter manager singleton which had a
member of type Utils::NetworkAccessManager.
Use a single instance of Utils::NetworkAccessManager for the
main thread and clean up properly using a qAddPostRoutine().
Change-Id: Ida57b9028a79eb4927818ce49088ea567f3bdfd6
Reviewed-by: hjk <hjk121@nokiamail.com>
Reviewed-by: Peter Hartmann <phartmann@blackberry.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
The command-line tool does not load any translations.
Prevent the messages from showing up in Qt Creator's ts-files.
Change-Id: I25e9cffb6fcd35fae7b021c2eb7ec60480db868d
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Code pasting functionality is something that comes in
very handy on the shell, so why have it be GUI-only?
Change-Id: I4f316769b4ce25e1ab5f90df94ceef33f8478248
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>