Skip to content

Commit

Permalink
preparing 1.4 release, FIX Qt5 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlcltd committed Apr 26, 2024
1 parent d9cf22f commit 92d8609
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gui/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -850,10 +850,6 @@ int gui::newTab(string path, bool launch)
filename = fpath.parent_path().filename().u8string();

ttname = QString::fromStdString(filename);

qDebug() << "path " << path;
qDebug() << "filename " << filename;
qDebug() << "ttname " << ttname;
}
else
{
Expand Down

0 comments on commit 92d8609

Please sign in to comment.