Skip to content

Commit

Permalink
del debug
Browse files Browse the repository at this point in the history
  • Loading branch information
shenlebantongying committed Feb 9, 2025
1 parent 621a599 commit 167d10d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <QDesktopServices>
#include <QFile>
#include <QIcon>
#include <QImageReader>
#include <QMessageBox>
#include <QMutex>
#include <QSessionManager>
Expand Down Expand Up @@ -256,7 +255,6 @@ void processCommandLine( QCoreApplication * app, GDOptions * result )

int main( int argc, char ** argv )
{
qDebug()<<QImageReader::supportedImageFormats();
#if defined( Q_OS_UNIX ) && !defined( Q_OS_MACOS )
// GoldenDict use lots of X11 functions and it currently cannot work
// natively on Wayland. This workaround will force GoldenDict to use
Expand Down

0 comments on commit 167d10d

Please sign in to comment.