cleanup .. er .. cleanup
This commit is contained in:
parent
d76ceec0ca
commit
520b45630d
@ -44,10 +44,6 @@ void PackageStructureTest::init()
|
|||||||
ps = Plasma::Applet::packageStructure();
|
ps = Plasma::Applet::packageStructure();
|
||||||
}
|
}
|
||||||
|
|
||||||
void PackageStructureTest::cleanup()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void PackageStructureTest::emptyContentsPrefix()
|
void PackageStructureTest::emptyContentsPrefix()
|
||||||
{
|
{
|
||||||
Plasma::PackageStructure::Ptr structure(new NoPrefixes);
|
Plasma::PackageStructure::Ptr structure(new NoPrefixes);
|
||||||
|
@ -29,7 +29,6 @@ class PackageStructureTest : public QObject
|
|||||||
|
|
||||||
public Q_SLOTS:
|
public Q_SLOTS:
|
||||||
void init();
|
void init();
|
||||||
void cleanup();
|
|
||||||
|
|
||||||
private Q_SLOTS:
|
private Q_SLOTS:
|
||||||
void emptyContentsPrefix();
|
void emptyContentsPrefix();
|
||||||
|
Loading…
Reference in New Issue
Block a user