命名规范
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#ifndef ShowTime_H
|
||||
#define ShowTime_H
|
||||
#ifndef Show_Time_H
|
||||
#define Show_Time_H
|
||||
#include "../Global.h"
|
||||
#include <QTimer>
|
||||
class ShowTime : public QWidget {
|
||||
class Show_Time : public QWidget {
|
||||
public:
|
||||
explicit ShowTime(QWidget *parent = nullptr);
|
||||
QTimer mTimer;
|
||||
explicit Show_Time(QWidget *parent = nullptr);
|
||||
QTimer timer;
|
||||
protected:
|
||||
void paintEvent(QPaintEvent *event) override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user