Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-client-windows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
savoirfairelinux
jami-client-windows
Commits
023e8f1e
Commit
023e8f1e
authored
Jul 07, 2015
by
Edric Milaret
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some compilation warning
Refs #76262 Change-Id: Ife5715b39f03abec49bda2e2f2a45e5ea3895368
parent
d8528fa2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
callwidget.cpp
callwidget.cpp
+4
-0
callwidget.ui
callwidget.ui
+1
-1
instantmessagingwidget.cpp
instantmessagingwidget.cpp
+1
-0
No files found.
callwidget.cpp
View file @
023e8f1e
...
...
@@ -165,6 +165,7 @@ CallWidget::checkRegistrationState(Account *account,
p
.
setBrush
(
Qt
::
yellow
);
break
;
case
Account
::
RegistrationState
::
READY
:
{
p
.
setBrush
(
Qt
::
green
);
auto
a_count
=
AccountModel
::
instance
()
->
rowCount
();
for
(
int
i
=
0
;
i
<
a_count
;
++
i
)
{
...
...
@@ -178,6 +179,9 @@ CallWidget::checkRegistrationState(Account *account,
return
;
}
}
}
break
;
default:
break
;
}
p
.
drawEllipse
(
3
,
3
,
16
,
16
);
...
...
callwidget.ui
View file @
023e8f1e
...
...
@@ -385,7 +385,7 @@
</widget>
</item>
<item>
<widget
class=
"QLabel"
name=
"
label_2
"
>
<widget
class=
"QLabel"
name=
"
stateLabel
"
>
<property
name=
"text"
>
<string>
State:
</string>
</property>
...
...
instantmessagingwidget.cpp
View file @
023e8f1e
...
...
@@ -121,6 +121,7 @@ InstantMessagingWidget::keyPressEvent(QKeyEvent *event)
void
InstantMessagingWidget
::
showEvent
(
QShowEvent
*
event
)
{
Q_UNUSED
(
event
)
ui
->
messageInput
->
setFocus
();
}
...
...
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