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
Scott Petrovic
Krita
Commits
7e57160b
Commit
7e57160b
authored
Jan 15, 2021
by
Halla Rempt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
warnings--
parent
fddd1c1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libs/resources/KisResourceModel.cpp
libs/resources/KisResourceModel.cpp
+2
-2
No files found.
libs/resources/KisResourceModel.cpp
View file @
7e57160b
...
...
@@ -448,7 +448,7 @@ int KisAllResourcesModel::rowCount(const QModelIndex &) const
}
void
KisAllResourcesModel
::
addStorage
(
const
QString
&
location
)
void
KisAllResourcesModel
::
addStorage
(
const
QString
&
/*
location
*/
)
{
beginResetModel
();
resetQuery
();
...
...
@@ -456,7 +456,7 @@ void KisAllResourcesModel::addStorage(const QString &location)
}
void
KisAllResourcesModel
::
removeStorage
(
const
QString
&
location
)
void
KisAllResourcesModel
::
removeStorage
(
const
QString
&
/*
location
*/
)
{
beginResetModel
();
resetQuery
();
...
...
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