Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
mobile Datovka
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Datovka projects
mobile Datovka
Commits
05261b91
Commit
05261b91
authored
Oct 20, 2016
by
Karel Slaný
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Eliminated structurally dead code.
CID 1369621, 1369622, 1369623.
parent
56b0da0b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/models/accountmodel.cpp
src/models/accountmodel.cpp
+1
-1
src/models/filemodel.cpp
src/models/filemodel.cpp
+1
-1
src/models/messagemodel.cpp
src/models/messagemodel.cpp
+1
-1
No files found.
src/models/accountmodel.cpp
View file @
05261b91
...
...
@@ -373,7 +373,7 @@ QVariant AccountListModel::data(const QModelIndex &index, int role) const
return
acntData
.
_sentTotal
;
break
;
default:
return
QVariant
();
/* Do nothing. */
break
;
}
...
...
src/models/filemodel.cpp
View file @
05261b91
...
...
@@ -128,7 +128,7 @@ QVariant FileListModel::data(const QModelIndex &index, int role) const
return
file
.
icon
();
break
;
default:
return
QVariant
();
/* Do nothing. */
break
;
}
...
...
src/models/messagemodel.cpp
View file @
05261b91
...
...
@@ -178,7 +178,7 @@ QVariant MessageListModel::data(const QModelIndex &index, int role) const
return
message
.
attachmentsDownloaded
();
break
;
default:
return
QVariant
();
/* Do nothing. */
break
;
}
...
...
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