mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-07-03 07:45:26 +08:00
Minor code style cleanup
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
using namespace QtPromise;
|
||||
|
||||
class tst_benchmark: public QObject
|
||||
class tst_benchmark : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@ -50,7 +50,7 @@ public: // STATICS
|
||||
static Logs& logs() { static Logs logs; return logs; }
|
||||
};
|
||||
|
||||
struct Data: public Logger
|
||||
struct Data : public Logger
|
||||
{
|
||||
Data(int v): Logger(), m_value(v) {}
|
||||
int value() const { return m_value; }
|
||||
|
Reference in New Issue
Block a user