yhkylin-backup-tools/kybackup/aboutdialog.h

19 lines
284 B
C
Raw Normal View History

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