Files
frelay/Gui/Control/CompareControl.h

23 lines
286 B
C
Raw Normal View History

2025-06-15 14:31:54 +08:00
#ifndef COMPARECONTROL_H
#define COMPARECONTROL_H
#include <QWidget>
namespace Ui {
class Compare;
}
class Compare : public QWidget
{
Q_OBJECT
public:
explicit Compare(QWidget *parent = nullptr);
~Compare();
private:
Ui::Compare *ui;
};
#endif // COMPARECONTROL_H