Skip to content

Commit

Permalink
Unused include removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanda Vacek committed Sep 25, 2023
1 parent 7fd0d29 commit 6eeac01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion libqf/libqfqmlwidgets/src/framework/ipersistentsettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ namespace framework {
class QFQMLWIDGETS_DECL_EXPORT IPersistentSettings
{
public:
virtual ~IPersistentSettings();
IPersistentSettings(QObject *controlled_object);
virtual ~IPersistentSettings();
public:
virtual QString persistentSettingsId();
virtual bool setPersistentSettingsId(const QString &id);
Expand Down
2 changes: 0 additions & 2 deletions tools/qsqlmon/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

#include <qf/core/log.h>

//#include <QDialog>
#include <Qt>
#include <QMessageBox>
#include <QLocale>

Expand Down

0 comments on commit 6eeac01

Please sign in to comment.