This commit is contained in:
Your Name
2024-05-17 14:15:36 -05:00
parent 11a48b1788
commit ad47532996
2 changed files with 3 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ public:
private:
void drawText(QPainter &p, int x, int y, const QString &text, int alpha = 255);
void drawSpeedWidget(QPainter &p, int x, int y, QString &title, QString &speedLimitStr, QColor &colorSpeed);
void drawSpeedWidget(QPainter &p, int &x, int &y, const QString &title, const QString &speedLimitStr, QColor &colorSpeed);
QVBoxLayout *main_layout;
QPixmap dm_img;