mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
fixed build error
This commit is contained in:
parent
0d229175cd
commit
9ba7120011
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue