Remove QCOmmandLineParser.

It is part of Qt >= 5.2.
This commit is contained in:
Felix Geyer 2015-07-22 17:02:50 +02:00
parent 531018e58d
commit 5a745da07b
9 changed files with 1 additions and 1936 deletions

View file

@ -15,11 +15,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <QCommandLineParser>
#include <QFile>
#include "config-keepassx.h"
#include "core/Config.h"
#include "core/qcommandlineparser.h"
#include "core/Tools.h"
#include "core/Translator.h"
#include "crypto/Crypto.h"