Skip to content

Commit

Permalink
Merge pull request #205 from lxqt/silent-clazy-warnings
Browse files Browse the repository at this point in the history
Silent known clazy warnings
  • Loading branch information
tsujan committed Apr 22, 2020
2 parents d65b591 + 5a7d30f commit 340933f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qtxdg/xdgdesktopfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
*
* END_COMMON_COPYRIGHT_HEADER */

// clazy:excludeall=non-pod-global-static

#include "desktopenvironment_p.cpp"
#include "xdgdesktopfile.h"
#include "xdgdesktopfile_p.h"
Expand Down
2 changes: 2 additions & 0 deletions src/qtxdg/xdgdirs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
*
* END_COMMON_COPYRIGHT_HEADER */

// clazy:excludeall=non-pod-global-static

#include "xdgdirs.h"
#include <cstdlib>
#include <QDir>
Expand Down
3 changes: 3 additions & 0 deletions src/xdgiconloader/xdgiconloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
** $QT_END_LICENSE$
**
****************************************************************************/

// clazy:excludeall=non-pod-global-static

#ifndef QT_NO_ICON
#include "xdgiconloader_p.h"

Expand Down

0 comments on commit 340933f

Please sign in to comment.