Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Accessibility
Kontrast
Commits
aa594ceb
Commit
aa594ceb
authored
Sep 30, 2022
by
Laurent Montel
Browse files
Remove unused includes
parent
386d770f
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
aa594ceb
...
...
@@ -14,13 +14,14 @@
#include
<QGuiApplication>
#endif
#include
<QCommandLineParser>
#include
<QDir>
#include
<QIcon>
#include
<QQmlApplicationEngine>
#include
<QQmlContext>
#include
<QSqlDatabase>
#include
<QSqlError>
#include
<QS
qlQuery
>
#include
<QS
tandardPaths
>
#include
<QUrl>
#include
<QtQml>
#include
<kontrast.h>
const
QString
DRIVER
(
QStringLiteral
(
"QSQLITE"
));
...
...
src/savedcolormodel.cpp
View file @
aa594ceb
...
...
@@ -4,10 +4,9 @@
#include
"savedcolormodel.h"
#include
<QCoreApplication>
#include
<QDebug>
#include
<QDir>
#include
<QSqlError>
#include
<QSqlQuery>
#include
<QSqlRecord>
#include
<QStandardPaths>
...
...
src/savedcolormodel.h
View file @
aa594ceb
...
...
@@ -5,10 +5,8 @@
#pragma once
#include
<QAbstractListModel>
#include
<QColor>
#include
<QSqlDatabase>
#include
<QSqlQuery>
#include
<QSqlTableModel>
struct
ColorCombination
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment