repo.or.cz
/
personal-kdebase.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add more spacing
[personal-kdebase.git]
/
runtime
/
nepomuk
/
kioslaves
/
search
/
querymetatype.h
blob
2c6d39ac6860bd32a1239aa15101141e9aad1eb7
1
/*
2
* This file looks very weird but is the only way to get the Query metatype
3
* into the service interface when generated via qdbusxml2cpp.
4
*/
5
6
#include
"query.h"
7
8
Q_DECLARE_METATYPE
(
Nepomuk
::
Search
::
Query
)