mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-03-26 18:10:02 +00:00
Code refactoring - Cleanup code
This commit is contained in:
@@ -33,8 +33,6 @@
|
||||
#include <QScreen>
|
||||
#endif
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
ShortcutsWidget::ShortcutsWidget(QWidget* parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
#include "configshortcuts.h"
|
||||
#include "src/tools/capturetool.h"
|
||||
#include <QDebug>
|
||||
#include <QVariant>
|
||||
|
||||
ConfigShortcuts::ConfigShortcuts() {}
|
||||
|
||||
// QVector<CaptureToolButton::ButtonType> getButtons()
|
||||
|
||||
const QVector<QStringList>& ConfigShortcuts::captureShortcutsDefault(
|
||||
const QVector<CaptureToolButton::ButtonType>& buttons)
|
||||
{
|
||||
|
||||
@@ -20,8 +20,6 @@
|
||||
#include <QUrl>
|
||||
#include <QVBoxLayout>
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
HistoryWidget::HistoryWidget(QWidget* parent)
|
||||
: QDialog(parent)
|
||||
{
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
// Based on https://stackoverflow.com/a/53135675/964478
|
||||
|
||||
#include "orientablepushbutton.h"
|
||||
#include <QDebug>
|
||||
#include <QPainter>
|
||||
#include <QStyleOptionButton>
|
||||
#include <QStylePainter>
|
||||
|
||||
Reference in New Issue
Block a user