diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2018-06-14 18:53:48 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2018-06-14 20:04:22 +0200 |
commit | 064dc13f3d88b96b1af74b5ce03917ab30131a69 (patch) | |
tree | 84320662eda72e8f1f9e78b67811dd80b929c0d4 /gui/infotab.cc | |
parent | 4e82ed46d209d05508c7af24cfe135c78ee353db (diff) | |
download | nextpnr-064dc13f3d88b96b1af74b5ce03917ab30131a69.tar.gz nextpnr-064dc13f3d88b96b1af74b5ce03917ab30131a69.tar.bz2 nextpnr-064dc13f3d88b96b1af74b5ce03917ab30131a69.zip |
Cleanup
Diffstat (limited to 'gui/infotab.cc')
-rw-r--r-- | gui/infotab.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/infotab.cc b/gui/infotab.cc index 9a523d4f..0bf43b90 100644 --- a/gui/infotab.cc +++ b/gui/infotab.cc @@ -17,4 +17,3 @@ void InfoTab::info(std::string str) plainTextEdit->insertPlainText(str.c_str());
plainTextEdit->moveCursor(QTextCursor::End);
}
-
|