~ubuntu-branches/ubuntu/vivid/kdesdk/vivid

« back to all changes in this revision

Viewing changes to okteta/kasten/controllers/view/structures/datatypes/dummydatainformation.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-06 11:49:54 UTC
  • mfrom: (0.4.21)
  • Revision ID: package-import@ubuntu.com-20120606114954-rdls73fzlpzxglbx
Tags: 4:4.8.80-0ubuntu1
* New uptream beta release
* Update dont_export_private_classes.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include "dummydatainformation.h"
24
24
 
25
 
DummyDataInformation::DummyDataInformation(DataInformationBase* parent)
26
 
    : DataInformation(QLatin1String("dummy"), parent)
 
25
#include <QScriptValue>
 
26
 
 
27
DummyDataInformation::DummyDataInformation(DataInformationBase* parent, const QString& name)
 
28
    : DataInformation(name, parent)
27
29
{
28
30
}
29
31
 
96
98
    return 0;
97
99
}
98
100
 
99
 
BitCount32 DummyDataInformation::childSize(int) const
 
101
BitCount32 DummyDataInformation::childSize(uint) const
100
102
{
101
103
    Q_ASSERT(false);
102
104
    return 0;