From 19f2cbb9566eddac697c673eed63c0e946f330a6 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 17 Feb 2016 13:27:56 +0100 Subject: Use slots/signals instead of Q_SLOTS/Q_SIGNALS for clang-format compatibility --- sinksh/repl/replStates.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sinksh/repl') diff --git a/sinksh/repl/replStates.h b/sinksh/repl/replStates.h index a0d3f90..0b14943 100644 --- a/sinksh/repl/replStates.h +++ b/sinksh/repl/replStates.h @@ -30,7 +30,7 @@ class ReadState : public QState public: ReadState(QState *parent = 0); -Q_SIGNALS: +signals: void command(const QString &command); void exitRequested(); @@ -57,7 +57,7 @@ class EvalState : public QState public: EvalState(QState *parent = 0); -Q_SIGNALS: +signals: void completed(); void continueInput(); void output(const QString &output); @@ -78,7 +78,7 @@ class PrintState : public QState public: PrintState(QState *parent = 0); -Q_SIGNALS: +signals: void completed(); protected: -- cgit v1.2.3