git-svn-id: svn://192.168.0.12/source@4 8346c931-da38-4b9b-9d4c-e48b93cbd075

This commit is contained in:
admin
2015-01-14 03:28:38 +00:00
parent ef7f62d9fa
commit 1df0683d7e
4 changed files with 0 additions and 41 deletions

View File

@@ -1,6 +0,0 @@
#include "scraler.h"
SCraler::SCraler(QObject *parent) :
QObject(parent)
{
}

View File

@@ -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

View File

@@ -1,5 +0,0 @@
#include "sfindelement.h"
SFindElement::SFindElement()
{
}

View File

@@ -1,12 +0,0 @@
#ifndef SFINDELEMENT_H
#define SFINDELEMENT_H
class SFindElement
{
public:
SFindElement();
private:
};
#endif // SFINDELEMENT_H