Skip to content
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
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ InsertBraces: true

AllowShortEnumsOnASingleLine: false

EnumTrailingComma: ETC_Insert
EnumTrailingComma: Insert

# CrlInstruction *a;
PointerAlignment: Right
Expand Down
2 changes: 1 addition & 1 deletion test/testcustomstateicons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#include <QColor>

Check failure on line 6 in test/testcustomstateicons.cpp

View workflow job for this annotation

GitHub Actions / build

test/testcustomstateicons.cpp:6:10 [clang-diagnostic-error]

'QColor' file not found
#include <QDir>
#include <QFile>
#include <QImage>
Expand Down Expand Up @@ -41,7 +41,7 @@
{
Q_OBJECT

private slots:
private Q_SLOTS:
void testSvgContrast_data()
{
QTest::addColumn<QString>("fileName");
Expand Down
Loading