X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=gui%2Fchannelwidgetinput.cpp;h=893623d24c209504928bcc08f9c0b5ffd632d655;hp=c029bdd74b9fd6801f591da36f6fbe99dde3d702;hb=2a068c11e76c7b34afb64d443dbb1afd2e208aaa;hpb=12369966345e76e3bba92f64c84c940ef4d8d916 diff --git a/gui/channelwidgetinput.cpp b/gui/channelwidgetinput.cpp index c029bdd7..893623d2 100644 --- a/gui/channelwidgetinput.cpp +++ b/gui/channelwidgetinput.cpp @@ -36,7 +36,7 @@ void ChannelWidgetInput::keyPressEvent(QKeyEvent * event) { event->accept(); } else if(event->key() == Qt::Key_Tab) { // Tabcomplete - if(cursorPosition() == text().length()) { + if(cursorPosition() == text().length()) { }