diff options
| author | Elvis Angelaccio <[email protected]> | 2018-03-11 17:14:07 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2018-03-11 17:14:07 +0100 |
| commit | 69239fdf410c82429d41239e7a07ef043a6bf59c (patch) | |
| tree | 30ffc84d3f3ace8325b0eaa2df64bfd6a8af4066 /src/tests/placesitemmodeltest.cpp | |
| parent | b46d57d5fbad16af87a3a988bd8d7a9e8b53f48b (diff) | |
Removed unused variables spotted by clazy
Diffstat (limited to 'src/tests/placesitemmodeltest.cpp')
| -rw-r--r-- | src/tests/placesitemmodeltest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/placesitemmodeltest.cpp b/src/tests/placesitemmodeltest.cpp index ec44c8f31..3263537f9 100644 --- a/src/tests/placesitemmodeltest.cpp +++ b/src/tests/placesitemmodeltest.cpp @@ -541,7 +541,6 @@ void PlacesItemModelTest::testSystemItems() void PlacesItemModelTest::testEditBookmark() { - const QUrl tempUrl = QUrl::fromLocalFile(QStandardPaths::writableLocation(QStandardPaths::TempLocation)); QScopedPointer<PlacesItemModel> other(new PlacesItemModel()); createPlaceItem(QStringLiteral("Temporary Dir"), QUrl::fromLocalFile(QStandardPaths::writableLocation(QStandardPaths::TempLocation)), QString()); |
