remove unnecessary commented lines
This commit is contained in:
parent
8fa01e2cd6
commit
232e5236d0
@ -203,7 +203,6 @@ MainWindow::showChatPage(QString userid, QString homeserver, QString token)
|
||||
spinner_ = QSharedPointer<LoadingIndicator>(
|
||||
new LoadingIndicator(this),
|
||||
[=](LoadingIndicator *indicator) { indicator->deleteLater(); });
|
||||
// spinner_->setColor("#acc7dc");
|
||||
spinner_->setFixedHeight(100);
|
||||
spinner_->setFixedWidth(100);
|
||||
spinner_->start();
|
||||
|
@ -176,7 +176,6 @@ Badge::paintEvent(QPaintEvent *)
|
||||
|
||||
QBrush brush;
|
||||
brush.setStyle(Qt::SolidPattern);
|
||||
// brush.setColor(isEnabled() ? backgroundColor() : QColor("#cccccc"));
|
||||
|
||||
painter.setBrush(brush);
|
||||
painter.setPen(Qt::NoPen);
|
||||
|
Loading…
Reference in New Issue
Block a user