src/widgets/colorinput.h@eb9d900dc79a
src/widgets/colorinput.h
Wed, 25 May 2022 18:33:38 +0300
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Wed, 25 May 2022 18:33:38 +0300
- changeset 198
- eb9d900dc79a
- parent 96
-
165777a20dc7
- permissions
- -rw-r--r--
fix up things and remove unnecessary code
#ifndef COLORINPUT_H
#define COLORINPUT_H
#include <QWidget>
namespace Ui {
class ColorInput;
}
class ColorInput : public QWidget
{
Q_OBJECT
public:
explicit ColorInput(QWidget *parent = nullptr);
~ColorInput();
private:
Ui::ColorInput *ui;
};
#endif // COLORINPUT_H