Skip to content
Snippets Groups Projects
Commit 3f2a3270 authored by juscelinojr's avatar juscelinojr
Browse files

Set Dicio7Graus icon to response.

parent 7a0a339a
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,8 @@ void Dicio7Graus::debounce()
qm.setId(wordTyped);
qm.setRelevance(Plasma::QueryMatch::ExactMatch);
qm.setIcon(KIcon("krunner_dicio7graus"));
if(request->getHttpStatus() == 200 && dParser.meanings.length() > 0){
qm.setText("SIGNIFICADO DE " + wordQuery.toUpper());
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment