aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorItay Grudev <itay.grudev@gmail.com>2015-01-11 17:07:05 +0200
committerItay Grudev <itay.grudev@gmail.com>2015-01-11 17:07:05 +0200
commit31eadace456b876ecd2e52bbe5bd61651f295735 (patch)
tree5e515c2222be11e41b10235904c81a982406f43a /README.md
parentAdd base files (diff)
downloadsingleapplication-31eadace456b876ecd2e52bbe5bd61651f295735.tar.xz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29..c851379 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,7 @@
+SingleApplication
+=================
+
+This is a replacement of QSingleApplication for Qt5.
+
+P.S. I will document it dome day, when I have time.
+Otherwise it is pretty straighforward. I added a signal to notify the root proccess that another instance had been started. You can use it to raise the Main window of the root app, for example.