forked from qt-creator/qt-creator
Support sorting of test tree
Additionally preparation of filtering has been done.
This commit is contained in:
committed by
Christian Stenger
parent
0357b0e98b
commit
9a644d1257
@@ -19,6 +19,8 @@
|
||||
#ifndef AUTOTESTCONSTANTS_H
|
||||
#define AUTOTESTCONSTANTS_H
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
namespace Autotest {
|
||||
namespace Constants {
|
||||
|
||||
@@ -27,6 +29,7 @@ const char MENU_ID[] = "AutoTest.Menu";
|
||||
const char AUTOTEST_ID[] = "AutoTest.ATP";
|
||||
const char AUTOTEST_CONTEXT[] = "Auto Tests";
|
||||
const char TASK_INDEX[] = "AutoTest.Task.Index";
|
||||
const char UNNAMED_QUICKTESTS[] = QT_TR_NOOP("<unnamed>");
|
||||
|
||||
} // namespace Autotest
|
||||
} // namespace Constants
|
||||
|
||||
Reference in New Issue
Block a user