From c944d7279bd3745f3391c56dc1dbc5e02f26c425 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 16 Sep 2019 00:53:06 +0800 Subject: Use QCommandLineParser to parse arguments. New argument for loading plugins from given files. Use functor whenever possible in QObject::connect. A little bit of code cleanups. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a46a9f0..faa25d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # User configuration +*.txt.user *.pro.user build/ -- cgit v1.2.3