diff --git a/src/mumble/CustomElements.cpp b/src/mumble/CustomElements.cpp index abf6c20f6..5cae3b5f0 100644 --- a/src/mumble/CustomElements.cpp +++ b/src/mumble/CustomElements.cpp @@ -169,10 +169,10 @@ bool ChatbarLineEdit::event(QEvent *event) { } unsigned int ChatbarLineEdit::completeAtCursor() { -// currently broken -#if 0 // Get an alphabetically sorted list of usernames unsigned int id = 0; +// currently broken +#if 0 QList qlsUsernames; if (ClientUser::c_qmUsers.empty()) return id; @@ -231,8 +231,8 @@ unsigned int ChatbarLineEdit::completeAtCursor() { } setText(newtext); } - return id; #endif + return id; } void ChatbarLineEdit::pasteAndSend_triggered() {