mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-26 13:20:52 +01:00
fixed indentations of the remaining *.cpp/*.h files
This commit is contained in:
@@ -5,16 +5,16 @@
|
||||
|
||||
class mytest : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
mytest();
|
||||
~mytest();
|
||||
mytest();
|
||||
~mytest();
|
||||
|
||||
private slots:
|
||||
void initTestCase();
|
||||
void cleanupTestCase();
|
||||
void test_case1();
|
||||
void initTestCase();
|
||||
void cleanupTestCase();
|
||||
void test_case1();
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user