mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-04 00:25:17 +00:00
Removed redundant semicolons from code.
This commit is contained in:
@@ -2695,7 +2695,7 @@ void Widget::filterCursorMoved() {
|
||||
}
|
||||
|
||||
void Widget::completeHashtag(QString tag) {
|
||||
const auto t = _filter->getLastText();;
|
||||
const auto t = _filter->getLastText();
|
||||
auto cur = _filter->textCursor().position();
|
||||
auto hashtag = QString();
|
||||
for (int start = cur; start > 0;) {
|
||||
|
Reference in New Issue
Block a user