forked from qt-creator/qt-creator
Some documentation.
This commit is contained in:
@@ -51,10 +51,18 @@
|
||||
#include <extensionsystem/pluginmanager.h>
|
||||
#include <qtconcurrent/QtConcurrentTools>
|
||||
|
||||
/*!
|
||||
\namespace QuickOpen
|
||||
The QuickOpen namespace provides the hooks for Locator content.
|
||||
*/
|
||||
/*!
|
||||
\namespace QuickOpen::Internal
|
||||
\internal
|
||||
*/
|
||||
|
||||
using namespace QuickOpen;
|
||||
using namespace QuickOpen::Internal;
|
||||
|
||||
|
||||
namespace {
|
||||
static bool filterLessThan(const IQuickOpenFilter *first, const IQuickOpenFilter *second)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user