From 12ad6495fa332ea499485082272f796c4b08c83c Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 11 Jan 2020 22:04:07 +0800 Subject: Bring back i18n support. Address compiler warnings in QDialSkualptureStyle. Introduced build BUILD_PORTABLE, replacing QMP_BUILD_MODE in the QMake project. The QMake project is now fully covered by the CMake project and officially deprecated. --- qmidiplayer-desktop/qmphelpwindow.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'qmidiplayer-desktop/qmphelpwindow.hpp') diff --git a/qmidiplayer-desktop/qmphelpwindow.hpp b/qmidiplayer-desktop/qmphelpwindow.hpp index 4e1ca4c..2cde49d 100644 --- a/qmidiplayer-desktop/qmphelpwindow.hpp +++ b/qmidiplayer-desktop/qmphelpwindow.hpp @@ -6,8 +6,6 @@ #ifndef BUILD_MACHINE #define BUILD_MACHINE UNKNOWN #endif -#define ss(s) #s -#define sss(s) ss(s) namespace Ui { class qmpHelpWindow; -- cgit v1.2.3