初步重构

This commit is contained in:
2026-07-23 17:06:07 +08:00
parent 4d4b7f5599
commit 4530cd3fbe
15 changed files with 187 additions and 187 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
class FrequentShower : public QWidget {
public:
explicit FrequentShower(QWidget *parent = nullptr);
void setFrequent(quint64 frequent);
void set_frequent(quint64 frequent);
int selectIndex = 0;
QString mFrequent = "00.000.000.000";
protected: