yhkylin-backup-tools/kybackup/aboutdialog.h

19 lines
284 B
C
Raw Normal View History

2022-01-28 12:06:03 +08:00
#ifndef ABOUTDIALOG_H
#define ABOUTDIALOG_H
#include "kaboutdialog.h"
2022-01-28 12:06:03 +08:00
class AboutDialog : public kdk::KAboutDialog
2022-01-28 12:06:03 +08:00
{
Q_OBJECT
public:
explicit AboutDialog(QWidget *parent = nullptr);
~AboutDialog();
private:
QString getBackupVersion();
2022-01-28 12:06:03 +08:00
};
#endif // ABOUTDIALOG_H