Skip to content

Commit

Permalink
Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
EXL committed Feb 12, 2017
1 parent 3298411 commit a154970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class Application : public ZApplication {
void registerChannels() {
if (QCopChannel::isRegistered("/hardkey/bc")) {
bcChannel = new QCopChannel("/hardkey/bc", this);
connect(bcChannel, // <- Throws event
connect(bcChannel, // <- Throws event
SIGNAL(received(const QCString &, const QByteArray &)),
this, // <- Catch event
SLOT(catchCoButton(const QCString &, const QByteArray &)));
Expand Down

0 comments on commit a154970

Please sign in to comment.