Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Akabei
Akabei frontend
Commits
e4d144b9
Commit
e4d144b9
authored
Apr 02, 2011
by
Lukas Appelhans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Now we're done
parent
95574674
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
queryoperation.cpp
queryoperation.cpp
+1
-1
No files found.
queryoperation.cpp
View file @
e4d144b9
...
...
@@ -41,7 +41,7 @@ void QueryOperation::start(QList<APM::Operation> operations, QStringList args)
return
;
connect
(
Akabei
::
Backend
::
instance
(),
SIGNAL
(
queryGroupsCompleted
(
QUuid
,
QList
<
Akabei
::
Group
*>
)),
SLOT
(
showGroup
(
QUuid
,
QList
<
Akabei
::
Group
*>
)));
Akabei
::
Backend
::
instance
()
->
search
Groups
(
args
.
first
());
Akabei
::
Backend
::
instance
()
->
query
Groups
(
"SELECT * FROM groups WHERE Name LIKE
\"
"
+
args
.
first
()
+
"
\"
"
);
}
}
...
...
Write
Preview
Markdown
is supported
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