From b6acb551769118fdebf233748dfbc2bbe87d8469 Mon Sep 17 00:00:00 2001 From: Marius Kittler Date: Wed, 4 Sep 2019 18:35:59 +0200 Subject: [PATCH] Remove unused StringVector --- CMakeLists.txt | 2 +- cli/cli.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 03e7734..94937c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/cli/cli.h b/cli/cli.h index 8db704e..7a8a271 100644 --- a/cli/cli.h +++ b/cli/cli.h @@ -14,10 +14,6 @@ #include #include -namespace ApplicationUtilities { -using StringVector = std::vector; -} - namespace Io { class Entry; enum class EntryType : int;