Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
System
KSystemLog
Commits
9d559bfd
Commit
9d559bfd
authored
Aug 19, 2022
by
Laurent Montel
Browse files
Re-run clang-format
parent
ce822c25
Pipeline
#220336
passed with stage
in 3 minutes and 40 seconds
Changes
152
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/testUtil.h
View file @
9d559bfd
...
...
@@ -61,4 +61,3 @@ public:
*/
void
testLine
(
LogLine
*
line
,
const
QString
&
originalFileName
,
LogLevel
*
logLevel
,
const
QDateTime
&
time
,
const
QStringList
&
items
)
const
;
};
src/configurationDialog.h
View file @
9d559bfd
...
...
@@ -47,4 +47,3 @@ private:
bool
mChanged
=
false
;
};
src/detailDialog.h
View file @
9d559bfd
...
...
@@ -38,4 +38,3 @@ private:
LogViewWidget
*
mLogViewWidget
=
nullptr
;
};
src/generalConfigurationWidget.h
View file @
9d559bfd
...
...
@@ -36,4 +36,3 @@ private:
QButtonGroup
*
mDateFormatGroup
=
nullptr
;
KMessageWidget
*
mWarningBox
=
nullptr
;
};
src/lib/analyzer.h
View file @
9d559bfd
...
...
@@ -70,4 +70,3 @@ protected:
QRecursiveMutex
mInsertionLocking
;
long
mLogLineInternalIdGenerator
=
0
;
};
src/lib/defaults.h
View file @
9d559bfd
...
...
@@ -17,4 +17,3 @@
* Icon name of No Mode icon
*/
#define NO_MODE_ICON "text-x-generic"
src/lib/fileAnalyzer.h
View file @
9d559bfd
...
...
@@ -63,4 +63,3 @@ private Q_SLOTS:
protected:
QList
<
LogFileReader
*>
mLogFileReaders
;
};
src/lib/globals.h
View file @
9d559bfd
...
...
@@ -87,4 +87,3 @@ private:
GlobalsPrivate
*
const
d
;
};
src/lib/kioLogFileReader.h
View file @
9d559bfd
...
...
@@ -55,4 +55,3 @@ private:
KDirWatch
*
const
mFileWatch
;
};
src/lib/levelPrintPage.h
View file @
9d559bfd
...
...
@@ -33,4 +33,3 @@ private:
QLabel
*
mLblChoose
=
nullptr
;
QList
<
QCheckBox
*>
mLevelCheckBoxes
;
};
src/lib/loadingBar.h
View file @
9d559bfd
...
...
@@ -44,4 +44,3 @@ private:
QProgressBar
*
mProgressBar
=
nullptr
;
};
src/lib/localLogFileReader.cpp
View file @
9d559bfd
...
...
@@ -11,9 +11,9 @@
#include
<QMimeDatabase>
#include
<QMutex>
#include
<KCompressionDevice>
#include
<KDirWatch>
#include
<KLocalizedString>
#include
<KCompressionDevice>
#include
"logFileReaderPrivate.h"
...
...
src/lib/localLogFileReader.h
View file @
9d559bfd
...
...
@@ -45,4 +45,3 @@ protected:
private:
Q_DECLARE_PRIVATE
(
LocalLogFileReader
)
};
src/lib/logFile.h
View file @
9d559bfd
...
...
@@ -39,4 +39,3 @@ private:
QDataStream
&
operator
<<
(
QDataStream
&
out
,
const
LogFile
&
column
);
QDebug
&
operator
<<
(
QDebug
&
out
,
const
LogFile
&
column
);
src/lib/logFileReader.h
View file @
9d559bfd
...
...
@@ -41,4 +41,3 @@ protected:
private:
Q_DECLARE_PRIVATE
(
LogFileReader
)
};
src/lib/logFileReaderPrivate.h
View file @
9d559bfd
...
...
@@ -17,4 +17,3 @@ public:
LogFile
logFile
;
};
src/lib/logLevel.h
View file @
9d559bfd
...
...
@@ -32,4 +32,3 @@ private:
QIcon
mIcon
;
};
src/lib/logLine.h
View file @
9d559bfd
...
...
@@ -70,4 +70,3 @@ protected:
private:
void
initializeItem
();
};
src/lib/logManager.h
View file @
9d559bfd
...
...
@@ -72,4 +72,3 @@ private:
LogManagerPrivate
*
d
;
};
src/lib/logMode.h
View file @
9d559bfd
...
...
@@ -81,7 +81,8 @@ public:
*/
LogModeConfigurationWidget
*
logModeConfigurationWidget
()
const
;
template
<
typename
T
>
T
logModeConfiguration
()
template
<
typename
T
>
T
logModeConfiguration
()
{
return
static_cast
<
T
>
(
innerConfiguration
());
}
...
...
@@ -115,4 +116,3 @@ private:
*/
LogModeConfiguration
*
innerConfiguration
()
const
;
};
Prev
1
2
3
4
5
…
8
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment