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
KOrganizer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Bugzilla
Bugzilla
Labels
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
PIM
KOrganizer
Commits
f9221a07
Commit
f9221a07
authored
Nov 16, 2017
by
Allen Winter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
various - spelling fixes
parent
4cfbc83c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
src/helper/searchcollectionhelper.cpp
src/helper/searchcollectionhelper.cpp
+1
-1
src/views/collectionview/autotests/reparentingmodeltest.cpp
src/views/collectionview/autotests/reparentingmodeltest.cpp
+1
-1
src/views/collectionview/quickview.cpp
src/views/collectionview/quickview.cpp
+1
-1
src/views/collectionview/quickview.ui
src/views/collectionview/quickview.ui
+1
-1
No files found.
src/helper/searchcollectionhelper.cpp
View file @
f9221a07
...
...
@@ -149,6 +149,6 @@ void SearchCollectionHelper::modifyResult(KJob *job)
if
(
job
->
error
())
{
qCWarning
(
KORGANIZER_LOG
)
<<
"Error occurred "
<<
job
->
errorString
();
}
else
{
qCDebug
(
KORGANIZER_LOG
)
<<
"modify was successful
l
"
;
qCDebug
(
KORGANIZER_LOG
)
<<
"modify was successful"
;
}
}
src/views/collectionview/autotests/reparentingmodeltest.cpp
View file @
f9221a07
...
...
@@ -390,7 +390,7 @@ void ReparentingModelTest::testNestedDeduplicateProxyNodeFirst()
}
/**
* updateNode should update the node data
s
* updateNode should update the node data
*/
void
ReparentingModelTest
::
testUpdateNode
()
{
...
...
src/views/collectionview/quickview.cpp
View file @
f9221a07
...
...
@@ -169,7 +169,7 @@ Quickview::Quickview(const KPIM::Person &person, const Akonadi::Collection &col)
"%1"
,
CalendarSupport
::
displayName
(
calendar
.
data
(),
mCollection
)));
}
mUi
->
calend
e
r
->
addWidget
(
mAgendaView
);
mUi
->
calend
a
r
->
addWidget
(
mAgendaView
);
connect
(
mUi
->
mTodayBtn
,
&
QPushButton
::
clicked
,
this
,
&
Quickview
::
onTodayClicked
);
connect
(
mUi
->
mNextBtn
,
&
QPushButton
::
clicked
,
this
,
&
Quickview
::
onNextClicked
);
...
...
src/views/collectionview/quickview.ui
View file @
f9221a07
...
...
@@ -108,7 +108,7 @@
</layout>
</item>
<item>
<layout
class=
"QHBoxLayout"
name=
"calend
e
r"
>
<layout
class=
"QHBoxLayout"
name=
"calend
a
r"
>
<property
name=
"sizeConstraint"
>
<enum>
QLayout::SetDefaultConstraint
</enum>
</property>
...
...
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