[qet] qet/qet: [5482] Fix FTBFS on cross-compiler for Windows |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 5482
Author: scorpio810
Date: 2018-08-16 02:21:07 +0200 (Thu, 16 Aug 2018)
Log Message:
-----------
Fix FTBFS on cross-compiler for Windows
Modified Paths:
--------------
trunk/SingleApplication/singleapplication_p.cpp
Modified: trunk/SingleApplication/singleapplication_p.cpp
===================================================================
--- trunk/SingleApplication/singleapplication_p.cpp 2018-08-15 12:45:55 UTC (rev 5481)
+++ trunk/SingleApplication/singleapplication_p.cpp 2018-08-16 00:21:07 UTC (rev 5482)
@@ -101,7 +101,7 @@
// User level block requires a user specific data in the hash
if( options & SingleApplication::Mode::User ) {
#ifdef Q_OS_WIN
- Q_UNUSED(timeout);
+ // Q_UNUSED(timeout);
wchar_t username [ UNLEN + 1 ];
// Specifies size of the buffer on input
DWORD usernameLength = UNLEN + 1;