forked from qt-creator/qt-creator
Examples: Re-add categories for sorting
that got accidentally lost while merging 11.0 because the code moved Change-Id: I786d89f0909ccf5f3159a734b1d10d78e96904c5 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -333,11 +333,15 @@ Q_GLOBAL_STATIC_WITH_ARGS(QStringList,
|
||||
<< "Desktop"
|
||||
<< "Mobile"
|
||||
<< "Embedded"
|
||||
<< "Graphics & Multimedia"
|
||||
<< "Graphics"
|
||||
<< "Data Visualization & 3D"
|
||||
<< "Data Processing & I/O"
|
||||
<< "Input/Output"
|
||||
<< "Connectivity"
|
||||
<< "Networking"
|
||||
<< "Positioning & Location"
|
||||
<< "Web Technologies"
|
||||
<< "Internationalization"});
|
||||
|
||||
void ExamplesViewController::updateExamples()
|
||||
|
Reference in New Issue
Block a user