Skip to content

Commit

Permalink
#2 project tree rearanged
Browse files Browse the repository at this point in the history
Signed-off-by: kornicameister <[email protected]>
  • Loading branch information
kornicameister committed Mar 10, 2013
1 parent 558ae40 commit 116652c
Show file tree
Hide file tree
Showing 40 changed files with 970 additions and 46 deletions.
File renamed without changes.
239 changes: 239 additions & 0 deletions qubic/src/Qubic.pro.user.0000000

Large diffs are not rendered by default.

242 changes: 242 additions & 0 deletions qubic/src/Qubic.pro.user.2.6pre1

Large diffs are not rendered by default.

239 changes: 239 additions & 0 deletions qubic/src/Qubic.pro.user.2806d0d

Large diffs are not rendered by default.

239 changes: 239 additions & 0 deletions qubic/src/Qubic.pro.user.845cea4

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

QC_BEGIN_NAMESPACE

QubeInterface::QubeInterface(QubeModel *parent) :
QubeInterface::QubeInterface(QObject *parent) :
QObject(parent){
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
#define QUBEINTERFACE_H

#include "private/qubicorm.h"
#include "qubemodel.h"
#include <QSet>

QC_BEGIN_NAMESPACE

QC_USES(QubeModel)
class QC_HIDE QubeInterface : public QObject {
Q_OBJECT
public:
explicit QubeInterface(QubeModel *parent = 0);
explicit QubeInterface(QObject *parent = 0);

QSet<QPointer<QubeModel> > all() = 0;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#include "qubemodel.h"

QC_BEGIN_NAMESPACE

QubeModel::QubeModel(QObject *parent) :
QObject(parent)
{
QObject(parent){
}

QC_END_NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,16 @@
#define QUBEMODEL_H

#include "private/qubicorm.h"
#include "qubeinterface.h"

QC_BEGIN_NAMESPACE

QC_USES(QubeInterface)
class QC_IMPORT QubeModel : public QObject{
Q_OBJECT
public:
explicit QubeModel(QObject *parent = 0);


signals:

public slots:

protected:
QubeInterface dao;
};

QC_END_NAMESPACE
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

This file was deleted.

0 comments on commit 116652c

Please sign in to comment.