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
Telemetry
KUserFeedback
Commits
4ac8b4b7
Commit
4ac8b4b7
authored
Feb 18, 2017
by
Volker Krause
Browse files
Fix typo
parent
26a7edd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
analyzer/analytics/analyticsview.cpp
View file @
4ac8b4b7
...
...
@@ -80,7 +80,7 @@ AnalyticsView::AnalyticsView(QWidget* parent) :
chartModeGroup
->
addAction
(
ui
->
actionTimelineChart
);
connect
(
chartModeGroup
,
&
QActionGroup
::
triggered
,
this
,
&
AnalyticsView
::
updateChart
);
auto
chartMode
=
new
QMenu
(
tr
(
"&Char mode"
),
this
);
auto
chartMode
=
new
QMenu
(
tr
(
"&Char
t
mode"
),
this
);
chartMode
->
addAction
(
ui
->
actionSingularChart
);
chartMode
->
addAction
(
ui
->
actionTimelineChart
);
...
...
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