remove leftover
This commit is contained in:
parent
3bb50fa399
commit
f3876c5f55
|
|
@ -1,15 +1,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <QApplication>
|
|
||||||
|
|
||||||
#include <client/player/PlayerWindow.hpp>
|
|
||||||
|
|
||||||
int main(int argc, char** argv)
|
int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
QApplication app(argc, argv);
|
printf("Hi\n");
|
||||||
PlayerWindow window = PlayerWindow();
|
|
||||||
|
|
||||||
window.show();
|
|
||||||
|
|
||||||
return app.exec();
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue