From c944d7279bd3745f3391c56dc1dbc5e02f26c425 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 16 Sep 2019 00:53:06 +0800 Subject: Use QCommandLineParser to parse arguments. New argument for loading plugins from given files. Use functor whenever possible in QObject::connect. A little bit of code cleanups. --- qmidiplayer-desktop/qmpchanneleditor.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qmidiplayer-desktop/qmpchanneleditor.hpp') diff --git a/qmidiplayer-desktop/qmpchanneleditor.hpp b/qmidiplayer-desktop/qmpchanneleditor.hpp index 0653af5..350db1e 100644 --- a/qmidiplayer-desktop/qmpchanneleditor.hpp +++ b/qmidiplayer-desktop/qmpchanneleditor.hpp @@ -36,6 +36,7 @@ class qmpChannelEditor:public QDialog void sendCC(); void connectSlots(); void disconnectSlots(); + QMetaObject::Connection updconn; QCommonStyle* styl; }; -- cgit v1.2.3