cleanup
[fapman] / dpkginterface.h
1 #ifndef DPKGINTERFACE_H
2 #define DPKGINTERFACE_H
3
4 #include <QObject>
5
6 class DpkgInterface : public QObject
7 {
8     Q_OBJECT
9 public:
10     explicit DpkgInterface(QObject *parent = 0);
11         bool loadDebFiles(QStringList files_);
12
13 signals:
14
15 public slots:
16
17 };
18
19 #endif // DPKGINTERFACE_H