Remove unused StringVector

This commit is contained in:
Marius Kittler 2019-09-04 18:35:59 +02:00
parent b220301bb6
commit b6acb55176
2 changed files with 1 additions and 5 deletions

View File

@ -15,7 +15,7 @@ set(META_USE_QQC2 ON)
set(META_ANDROID_PACKAGE_NAME "org.martchus.passwordmanager")
set(META_VERSION_MAJOR 4)
set(META_VERSION_MINOR 1)
set(META_VERSION_PATCH 0)
set(META_VERSION_PATCH 1)
set(PNG_ICON_NO_CROP ON)
# add project files

View File

@ -14,10 +14,6 @@
#include <string>
#include <vector>
namespace ApplicationUtilities {
using StringVector = std::vector<std::string>;
}
namespace Io {
class Entry;
enum class EntryType : int;