Skip to content

Commit

Permalink
fix: use imcomplete class QDesktopWidget
Browse files Browse the repository at this point in the history
log: as title
  • Loading branch information
tsic404 authored and myml committed Jun 29, 2023
1 parent 6f91244 commit a5595bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions calendar-client/src/customWidget/scheduleview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <QShortcut>
#include <QVBoxLayout>
#include <QApplication>
#include <QDesktopWidget>

DGUI_USE_NAMESPACE

Expand Down
1 change: 1 addition & 0 deletions calendar-client/src/widget/monthWidget/monthview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <QTime>
#include <QApplication>
#include <QMouseEvent>
#include <QDesktopWidget>

DGUI_USE_NAMESPACE

Expand Down
1 change: 1 addition & 0 deletions calendar-client/src/widget/yearWidget/yearwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <QMenuBar>
#include <QMouseEvent>
#include <QApplication>
#include <QDesktopWidget>

DGUI_USE_NAMESPACE
CYearWindow::CYearWindow(QWidget *parent)
Expand Down

0 comments on commit a5595bf

Please sign in to comment.