summaryrefslogtreecommitdiffstats
path: root/shemovcleaner.h
blob: 0bc5e2dc529992add24c0d3b0ac3ebf81d64a88a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef SHEMOVCLEANER_H
#define SHEMOVCLEANER_H

#include <QMainWindow>

class ShemovCleaner : public QMainWindow
{
    Q_OBJECT

public:
    ShemovCleaner(QWidget *parent = 0);
    ~ShemovCleaner();
};

#endif // SHEMOVCLEANER_H