mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-16 17:11:37 +08:00
4
src/mainwindow-dtk.h
Normal file → Executable file
4
src/mainwindow-dtk.h
Normal file → Executable file
@@ -30,8 +30,7 @@ public:
|
||||
void openUrl(const QString &url);
|
||||
|
||||
bool isCloseWindowAnimation();
|
||||
void refreshTheme(bool isDarkMode);
|
||||
|
||||
Q_INVOKABLE void refreshTheme(bool isDarkMode);
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *event) override;
|
||||
@@ -50,7 +49,6 @@ private:
|
||||
|
||||
public slots:
|
||||
void notify(QObject *receiver, QEvent *event);
|
||||
void onThemeChanged(bool isDark);
|
||||
|
||||
private slots:
|
||||
//接受来自dbus的url
|
||||
|
||||
Reference in New Issue
Block a user