Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Unmaintained
Nepomuk Core
Commits
637e61bd
Commit
637e61bd
authored
Sep 03, 2012
by
Raphael Kubo da Costa
Browse files
Fix typo in the method name.
CCMAIL: nepomuk@kde.org
parent
c910021e
Changes
1
Show whitespace changes
Inline
Side-by-side
services/queryservice/folder.cpp
View file @
637e61bd
...
...
@@ -101,7 +101,7 @@ namespace {
}
}
void
in
t
iWatcherForQuery
(
ResourceWatcher
*
watcher
,
const
Nepomuk2
::
Query
::
Query
&
query
)
{
void
ini
t
WatcherForQuery
(
ResourceWatcher
*
watcher
,
const
Nepomuk2
::
Query
::
Query
&
query
)
{
// The empty property is for comparison terms which do not have a property
// in that case we want to monitor all properties
bool
emptyProperty
=
false
;
...
...
@@ -122,7 +122,7 @@ void Nepomuk2::Query::Folder::init()
m_updateTimer
.
setInterval
(
2000
);
ResourceWatcher
*
watcher
=
new
ResourceWatcher
(
this
);
in
t
iWatcherForQuery
(
watcher
,
m_query
);
ini
t
WatcherForQuery
(
watcher
,
m_query
);
connect
(
watcher
,
SIGNAL
(
propertyAdded
(
Nepomuk2
::
Resource
,
Nepomuk2
::
Types
::
Property
,
QVariant
)),
this
,
SLOT
(
slotStorageChanged
())
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment