Skip to content

Commit

Permalink
LXQtTaskbarWaylandBackend: fix QTime inclusion TODO
Browse files Browse the repository at this point in the history
Now it's fixed corretly

TODO: merge with previous commit
  • Loading branch information
gfgit committed Feb 29, 2024
1 parent f6e9ba9 commit 06a6eed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion panel/backends/wayland/lxqtplasmavirtualdesktop.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef LXQTPLASMAVIRTUALDESKTOP_H
#define LXQTPLASMAVIRTUALDESKTOP_H

#include <QTime> // TODO: needed to fix compile errors about QHashPrivate
#include <QVariant>
#include <QtWaylandClient/QWaylandClientExtensionTemplate>

Expand Down
1 change: 1 addition & 0 deletions panel/backends/wayland/lxqttaskbarbackendwayland.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include "../ilxqttaskbarabstractbackend.h"

#include <QTime>
#include <QHash>
#include <vector>

Expand Down

0 comments on commit 06a6eed

Please sign in to comment.