Skip to content

Commit

Permalink
remove more unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
user-none committed Aug 20, 2024
1 parent 60d7ccb commit 9bab6dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/scanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

#include <QCoreApplication>
#include <QMessageBox>
#include <QMutableListIterator>
#include <QProcess>
#include <QStringList>

Expand Down
6 changes: 4 additions & 2 deletions src/trayitem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@
* USA.
*/

#include <QApplication>
#include <QFileDialog>
#include <QImageReader>
#include <QMessageBox>
#include <QPixmap>
#include <QElapsedTimer>
#include <QWheelEvent>
Expand All @@ -33,6 +31,10 @@
#include "trayitem.h"
#include "xlibutil.h"

#ifndef None
#define None 0L
#endif

TrayItem::TrayItem(Window window, const TrayItemOptions &args) {
m_wantsAttention = false;
m_iconified = false;
Expand Down
1 change: 0 additions & 1 deletion src/trayitem.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include <QEvent>
#include <QIcon>
#include <QMenu>
#include <QObject>
#include <QString>
#include <QSystemTrayIcon>
#include <QSettings>
Expand Down
1 change: 0 additions & 1 deletion src/xlibutil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* USA.
*/

#include <QMetaType>
#include <QGuiApplication>

#include <stdio.h>
Expand Down

0 comments on commit 9bab6dd

Please sign in to comment.