Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KDE Pim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Unmaintained
KDE Pim
Commits
1aedef6f
Commit
1aedef6f
authored
Nov 07, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make it private
parent
6dc0e8fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
agents/mailfilteragent/filterlogdialog.h
agents/mailfilteragent/filterlogdialog.h
+5
-4
No files found.
agents/mailfilteragent/filterlogdialog.h
View file @
1aedef6f
...
@@ -53,7 +53,10 @@ public:
...
@@ -53,7 +53,10 @@ public:
/** constructor */
/** constructor */
explicit
FilterLogDialog
(
QWidget
*
parent
);
explicit
FilterLogDialog
(
QWidget
*
parent
);
~
FilterLogDialog
();
~
FilterLogDialog
();
protected
slots
:
private
slots
:
void
slotTextChanged
();
private
slots
:
void
slotLogEntryAdded
(
const
QString
&
logEntry
);
void
slotLogEntryAdded
(
const
QString
&
logEntry
);
void
slotLogShrinked
();
void
slotLogShrinked
();
void
slotLogStateChanged
();
void
slotLogStateChanged
();
...
@@ -66,7 +69,6 @@ protected slots:
...
@@ -66,7 +69,6 @@ protected slots:
private:
private:
void
readConfig
();
void
readConfig
();
void
writeConfig
();
void
writeConfig
();
protected:
PimCommon
::
PlainTextEditorWidget
*
mTextEdit
;
PimCommon
::
PlainTextEditorWidget
*
mTextEdit
;
QCheckBox
*
mLogActiveBox
;
QCheckBox
*
mLogActiveBox
;
QGroupBox
*
mLogDetailsBox
;
QGroupBox
*
mLogDetailsBox
;
...
@@ -76,8 +78,7 @@ protected:
...
@@ -76,8 +78,7 @@ protected:
QCheckBox
*
mLogFilterActionBox
;
QCheckBox
*
mLogFilterActionBox
;
QSpinBox
*
mLogMemLimitSpin
;
QSpinBox
*
mLogMemLimitSpin
;
bool
mIsInitialized
;
bool
mIsInitialized
;
private
slots
:
void
slotTextChanged
();
};
};
#endif
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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