forked from qt-creator/qt-creator
Core: Place "private slots" inside WITH_TESTS section
Change-Id: I380437087e0dd8d258b11c04941174857d9c7b13 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
8b8ba51ef3
commit
e9296db573
@@ -68,8 +68,8 @@ public:
|
|||||||
public slots:
|
public slots:
|
||||||
void fileOpenRequest(const QString&);
|
void fileOpenRequest(const QString&);
|
||||||
|
|
||||||
private slots:
|
|
||||||
#if defined(WITH_TESTS)
|
#if defined(WITH_TESTS)
|
||||||
|
private slots:
|
||||||
void testVcsManager_data();
|
void testVcsManager_data();
|
||||||
void testVcsManager();
|
void testVcsManager();
|
||||||
void testSplitLineAndColumnNumber();
|
void testSplitLineAndColumnNumber();
|
||||||
|
Reference in New Issue
Block a user