Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Network
KRDC
Commits
1d00ada9
Commit
1d00ada9
authored
Aug 24, 2009
by
Tony Murray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Micro cleanup to avoid refetching data we already have.
svn path=/trunk/KDE/kdenetwork/krdc/; revision=1015119
parent
182196c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
remotedesktopsmodel.cpp
remotedesktopsmodel.cpp
+1
-1
No files found.
remotedesktopsmodel.cpp
View file @
1d00ada9
...
...
@@ -107,7 +107,7 @@ QVariant RemoteDesktopsModel::data(const QModelIndex &index, int role) const
case
Qt
::
DisplayRole
:
return
item
->
data
(
index
.
column
());
case
Qt
::
ToolTipRole
:
return
item
->
data
(
1
)
;
//use the url for the tooltip
return
currentItemString
;
//use the url for the tooltip
case
Qt
::
DecorationRole
:
if
(
!
currentItemString
.
isEmpty
())
// contains an url
return
KIcon
(
"krdc"
);
...
...
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