mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-26 12:51:54 +00:00
fixed build error
This commit is contained in:
parent
0d229175cd
commit
9ba7120011
@ -9,8 +9,11 @@
|
|||||||
|
|
||||||
MainWindow::MainWindow(QWidget *parent) :
|
MainWindow::MainWindow(QWidget *parent) :
|
||||||
QMainWindow(parent)/*,
|
QMainWindow(parent)/*,
|
||||||
ui(new Ui::MainWindow)*/,
|
ui(new Ui::MainWindow)*/
|
||||||
|
#ifndef ANDROID
|
||||||
|
,
|
||||||
quitting(false)
|
quitting(false)
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
//ui->setupUi(this);
|
//ui->setupUi(this);
|
||||||
if (objectName().isEmpty())
|
if (objectName().isEmpty())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user