forked from qt-creator/qt-creator
Add 'Check All Filter' action to filter menu
This commit is contained in:
committed by
Christian Stenger
parent
9394a43128
commit
1145febc05
@@ -50,8 +50,6 @@ public:
|
||||
int maxWidthOfFileName(const QFont &font);
|
||||
int maxWidthOfLineNumber(const QFont &font);
|
||||
|
||||
void enableAllResultTypes();
|
||||
void toggleTestResultType(ResultType type);
|
||||
bool hasResultType(ResultType type) { return m_availableResultTypes.contains(type); }
|
||||
int resultTypeCount(ResultType type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user