From a7407edaf81c685d4a389785a405a53a5de4b148 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Tue, 12 May 2020 00:58:40 +0800 Subject: Format EVERYTHING. Hopefully this will make the source code less horrendous and actually readable. The command used was: ``` astyle --suffix=none --style=allman --attach-extern-c --attach-closing-while --indent-switches --indent-after-parens --pad-oper --pad-header --unpad-paren --align-pointer=name --recursive './*.cpp,*.hpp' ``` --- qmidiplayer-desktop/qmpchanneleditor.hpp | 55 ++++++++++++++++---------------- 1 file changed, 28 insertions(+), 27 deletions(-) (limited to 'qmidiplayer-desktop/qmpchanneleditor.hpp') diff --git a/qmidiplayer-desktop/qmpchanneleditor.hpp b/qmidiplayer-desktop/qmpchanneleditor.hpp index c7ef028..9749124 100644 --- a/qmidiplayer-desktop/qmpchanneleditor.hpp +++ b/qmidiplayer-desktop/qmpchanneleditor.hpp @@ -6,40 +6,41 @@ #include #include "qdialskulpturestyle.hpp" -namespace Ui { - class qmpChannelEditor; +namespace Ui +{ +class qmpChannelEditor; } class QDial; -class qmpChannelEditor:public QDialog +class qmpChannelEditor: public QDialog { - Q_OBJECT + Q_OBJECT - public: - explicit qmpChannelEditor(QWidget *parent=nullptr); - ~qmpChannelEditor(); - protected: - void showEvent(QShowEvent *e); - void closeEvent(QCloseEvent *e); - public slots: - void setupWindow(int chid=-1); +public: + explicit qmpChannelEditor(QWidget *parent = nullptr); + ~qmpChannelEditor(); +protected: + void showEvent(QShowEvent *e); + void closeEvent(QCloseEvent *e); +public slots: + void setupWindow(int chid = -1); - private slots: - void commonPressed(); - void commonReleased(); - void commonChanged(); - void on_pbChLeft_clicked(); - void on_pbChRight_clicked(); +private slots: + void commonPressed(); + void commonReleased(); + void commonChanged(); + void on_pbChLeft_clicked(); + void on_pbChRight_clicked(); - private: - Ui::qmpChannelEditor *ui; - int ch,knobpressed; - void sendCC(); - void connectSlots(); - void disconnectSlots(); - QList dials; - QMetaObject::Connection updconn; - QCommonStyle* styl; +private: + Ui::qmpChannelEditor *ui; + int ch, knobpressed; + void sendCC(); + void connectSlots(); + void disconnectSlots(); + QList dials; + QMetaObject::Connection updconn; + QCommonStyle *styl; }; #endif // QMPCHANNELEDITOR_H -- cgit v1.2.3