git-svn-id: svn://192.168.0.12/source@4 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
#include "scraler.h"
|
||||
|
||||
SCraler::SCraler(QObject *parent) :
|
||||
QObject(parent)
|
||||
{
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
#ifndef SCRALER_H
|
||||
#define SCRALER_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class SCraler : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit SCraler(QObject *parent = 0);
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
|
||||
};
|
||||
|
||||
#endif // SCRALER_H
|
||||
@@ -1,5 +0,0 @@
|
||||
#include "sfindelement.h"
|
||||
|
||||
SFindElement::SFindElement()
|
||||
{
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
#ifndef SFINDELEMENT_H
|
||||
#define SFINDELEMENT_H
|
||||
|
||||
class SFindElement
|
||||
{
|
||||
public:
|
||||
SFindElement();
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
#endif // SFINDELEMENT_H
|
||||
Reference in New Issue
Block a user