Remove format warnings.

This commit is contained in:
codestation
2013-12-23 23:12:34 -04:30
parent 3848873ccf
commit 3fa40ff080
3 changed files with 4 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ int main(int argc, char *argv[])
app.installTranslator(&translator);
}
qDebug("Starting main thread: 0x%016" PRIxPTR, (quintptr)QThread::currentThreadId());
qDebug("Starting main thread: 0x%016" PRIxPTR, (uintptr_t)QThread::currentThreadId());
// set the organization/application for QSettings to work properly
app.setOrganizationName("qcma");