Plasma
nepomuksearchrunner.cpp File Reference
#include "nepomuksearchrunner.h"
#include "queryclientwrapper.h"
#include "queryserviceclient.h"
#include <KRun>
#include <KDebug>
#include <KUrl>
#include <Nepomuk/Resource>
#include <Nepomuk/ResourceManager>
#include <Soprano/Vocabulary/NAO>
#include "nepomuksearchrunner.moc"
Include dependency graph for nepomuksearchrunner.cpp:

Go to the source code of this file.
Variables | |
const int | s_userActionTimeout = 400 |
Variable Documentation
const int s_userActionTimeout = 400 [static] |
Milliseconds to wait before issuing the next query.
This timeout is intended to prevent us from starting a query after each key press by the user. So it should roughly equal the time between key presses of an average user.
Definition at line 43 of file nepomuksearchrunner.cpp.