Skip to content

Commit

Permalink
Fixed syntax error in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Mar 18, 2024
1 parent badf815 commit 4284172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cfg/qt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

#include <cstdio>

void unreadVariable_QRegion(const int x, const QRegion::RegionType t type, const QPolygon &polygon, const QBitmap &bm, const QRegion &region, const Qt::FillRule fillRule)
void unreadVariable_QRegion(const int x, const QRegion::RegionType type, const QPolygon &polygon, const QBitmap &bm, const QRegion &region, const Qt::FillRule fillRule)
{
// cppcheck-suppress unreadVariable
QRegion a;
Expand Down

0 comments on commit 4284172

Please sign in to comment.