Skip to content

Commit bae0da2

Browse files
committed
cleanup and new image GUI.png
1 parent 1294162 commit bae0da2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

doc/img/GUI.png

+2-2
Loading

src/view/gui/SwagGUI.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,8 @@ void SwagGUI::on_openProjectButton_clicked() {
168168
QString::fromStdString(file::IFileHandler::swag_scanner_path.string() + "/scans"),
169169
QFileDialog::ShowDirsOnly
170170
| QFileDialog::DontResolveSymlinks);
171-
std::cout << dir.toUtf8().constData() << std::endl;
172171

173172
controller::IControllerGUI *c = manager->get_gui_controller("edit").get();
174-
std::cout << c << std::endl;
175173

176174
// TODO: fix this horrible way to move data lol
177175
FormsPayload vars(dir.toUtf8().constData(), 0,0);

0 commit comments

Comments
 (0)