Some documentation.

This commit is contained in:
con
2009-04-24 16:00:19 +02:00
parent 78e5293f43
commit 713105ad85
17 changed files with 138 additions and 226 deletions

View File

@@ -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)
{