Clang-Tidy and Clazy fixes
This commit is contained in:
@@ -79,8 +79,8 @@ class FreeSpaceBar : public QWidget {
|
||||
|
||||
QString TextForSize(const QString &prefix, const qint64 size) const;
|
||||
|
||||
void DrawBar(QPainter *p, const QRect &r);
|
||||
void DrawText(QPainter *p, const QRect &r);
|
||||
void DrawBar(QPainter *p, const QRect r);
|
||||
void DrawText(QPainter *p, const QRect r);
|
||||
|
||||
private:
|
||||
qint64 free_;
|
||||
|
||||
Reference in New Issue
Block a user