mirror of https://github.com/cutefishos/calamares
dead code--
parent
58b264e0a9
commit
ec1836d802
@ -1,14 +0,0 @@
|
||||
#include <PartitionCoreModule.h>
|
||||
#include <PartitionPage.h>
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
int
|
||||
main( int argc, char* argv[] )
|
||||
{
|
||||
QApplication app( argc, argv );
|
||||
PartitionCoreModule core;
|
||||
PartitionPage page( &core );
|
||||
page.show();
|
||||
return app.exec();
|
||||
}
|
Loading…
Reference in New Issue