aboutsummaryrefslogtreecommitdiff
path: root/qmidiplayer-desktop/qmphelpwindow.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2020-01-11 22:04:07 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2020-01-11 22:57:01 +0800
commit12ad6495fa332ea499485082272f796c4b08c83c (patch)
tree644607f6523185050a069fcf6eb6255c45060181 /qmidiplayer-desktop/qmphelpwindow.hpp
parent06496661120f7858f26a29f76631e6f0a0ebae7f (diff)
downloadQMidiPlayer-12ad6495fa332ea499485082272f796c4b08c83c.tar.xz
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.
Diffstat (limited to 'qmidiplayer-desktop/qmphelpwindow.hpp')
-rw-r--r--qmidiplayer-desktop/qmphelpwindow.hpp2
1 files changed, 0 insertions, 2 deletions
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;