Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove unused headers in header #541

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion include/widgets/danchors.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <QResizeEvent>
#include <QMoveEvent>
#include <QWidget>
#include <QDebug>

#include <dtkwidget_global.h>

Expand All @@ -19,7 +18,7 @@

class DAnchorsBase;
struct DAnchorInfo {
DAnchorInfo(DAnchorsBase *b, const Qt::AnchorPoint &t):

Check warning on line 21 in include/widgets/danchors.h

View workflow job for this annotation

GitHub Actions / check_job / DOXYGEN_CHECK

function Dtk::Widget::DAnchorInfo::DAnchorInfo is not documented!
base(b),
type(t)
{
Expand Down
1 change: 0 additions & 1 deletion include/widgets/darrowbutton.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@
#include <QWidget>
#include <QLabel>
#include <QStyle>
#include <QDebug>

#include <dtkwidget_global.h>
#include <dconstants.h>

DWIDGET_BEGIN_NAMESPACE

class ArrowButtonIcon : public QLabel

Check warning on line 17 in include/widgets/darrowbutton.h

View workflow job for this annotation

GitHub Actions / check_job / DOXYGEN_CHECK

class Dtk::Widget::ArrowButtonIcon is not documented!
{
Q_OBJECT
Q_PROPERTY(int arrowButtonDirection READ arrowDirection)
Expand Down
4 changes: 0 additions & 4 deletions include/widgets/darrowrectangle.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@
#include <QHBoxLayout>
#include <QVBoxLayout>
#include <QPainter>
#include <QTimer>
#include <QDebug>

#include <DObject>
#include <dtkwidget_global.h>
#include <DThemeManager>
#include <dgraphicsgloweffect.h>
#include <DBlurEffectWidget>

DWIDGET_BEGIN_NAMESPACE
Expand Down
1 change: 0 additions & 1 deletion include/widgets/dloadingindicator.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <QGraphicsPixmapItem>
#include <QGraphicsView>
#include <QEasingCurve>
#include <QDebug>

#include <dtkwidget_global.h>
#include <DObject>
Expand Down
1 change: 1 addition & 0 deletions src/widgets/darrowrectangle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "dplatformwindowhandle.h"
#include "dapplication.h"
#include "private/darrowrectangle_p.h"
#include "dgraphicsgloweffect.h"
#include "dstyle.h"

#include <DGuiApplicationHelper>
Expand Down