Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-qt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-qt
Commits
7c265a95
Commit
7c265a95
authored
1 year ago
by
Andreas Traczyk
Browse files
Options
Downloads
Patches
Plain Diff
misc: utilsadapter: remove unused function
Change-Id: Id593b7f551efc2fc465c4ec0e8936c77628f7f48
parent
01489b9d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/utilsadapter.cpp
+1
-7
1 addition, 7 deletions
src/app/utilsadapter.cpp
src/app/utilsadapter.h
+0
-1
0 additions, 1 deletion
src/app/utilsadapter.h
with
1 addition
and
8 deletions
src/app/utilsadapter.cpp
+
1
−
7
View file @
7c265a95
...
...
@@ -219,16 +219,10 @@ UtilsAdapter::setConversationFilter(const QString& filter)
lrcInstance_
->
getCurrentConversationModel
()
->
setFilter
(
filter
);
}
const
QStringList
UtilsAdapter
::
getCurrAccList
()
{
return
lrcInstance_
->
accountModel
().
getAccountList
();
}
int
UtilsAdapter
::
getAccountListSize
()
{
return
getCurrAcc
List
().
size
();
return
lrcInstance_
->
accountModel
().
getAccount
List
().
size
();
}
bool
...
...
This diff is collapsed.
Click to expand it.
src/app/utilsadapter.h
+
0
−
1
View file @
7c265a95
...
...
@@ -93,7 +93,6 @@ public:
Q_INVOKABLE
const
QString
getPeerUri
(
const
QString
&
accountId
,
const
QString
&
uid
);
Q_INVOKABLE
QString
getBestId
(
const
QString
&
accountId
);
Q_INVOKABLE
const
QString
getBestId
(
const
QString
&
accountId
,
const
QString
&
uid
);
Q_INVOKABLE
const
QStringList
getCurrAccList
();
Q_INVOKABLE
int
getAccountListSize
();
Q_INVOKABLE
bool
hasCall
(
const
QString
&
accountId
);
Q_INVOKABLE
const
QString
getCallConvForAccount
(
const
QString
&
accountId
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment