aboutsummaryrefslogtreecommitdiffstats
path: root/gui/mainwindow.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-06-06 22:53:52 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-06-06 22:53:52 +0200
commite7ff22ce901102589173f7a7dc3e4ddbb030655f (patch)
treec493076771d1f4c45ea27fa0dc150fdd510a0142 /gui/mainwindow.h
parent41b949832c0b5f02a7b345b1c8f14480d5f81a8a (diff)
downloadnextpnr-e7ff22ce901102589173f7a7dc3e4ddbb030655f.tar.gz
nextpnr-e7ff22ce901102589173f7a7dc3e4ddbb030655f.tar.bz2
nextpnr-e7ff22ce901102589173f7a7dc3e4ddbb030655f.zip
clang format for gui related files
Diffstat (limited to 'gui/mainwindow.h')
-rw-r--r--gui/mainwindow.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/mainwindow.h b/gui/mainwindow.h
index 5b242356..55d82e9b 100644
--- a/gui/mainwindow.h
+++ b/gui/mainwindow.h
@@ -12,17 +12,17 @@ class MainWindow : public QMainWindow
{
Q_OBJECT
-public:
+ public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
-private:
+ private:
int executePython(std::string command);
-private Q_SLOTS:
+ private Q_SLOTS:
void on_lineEdit_returnPressed();
-private:
+ private:
Ui::MainWindow *ui;
emb::stdout_write_type write;
};