diff options
author | Arno <am@disconnect.de> | 2013-06-01 22:52:19 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-06-01 22:52:19 +0200 |
commit | 6fec376f7f44145efa509668927a0179c8ffa65e (patch) | |
tree | 49bbc7fe883085ff39e24b5f12fbef25d8cf48c5 /smdirwatcher.h | |
parent | 6e92f5deb39aed43d72d8a64733f5b11e1650d5d (diff) | |
download | SheMov-6fec376f7f44145efa509668927a0179c8ffa65e.tar.gz SheMov-6fec376f7f44145efa509668927a0179c8ffa65e.tar.bz2 SheMov-6fec376f7f44145efa509668927a0179c8ffa65e.zip |
Gather archive data in a thread
Fetching data sometimes takes a long time, so do it in a QThread and
show a progress dialog. Some kludges included :)
Diffstat (limited to 'smdirwatcher.h')
-rw-r--r-- | smdirwatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smdirwatcher.h b/smdirwatcher.h index 5f3ef55..b0edd2f 100644 --- a/smdirwatcher.h +++ b/smdirwatcher.h @@ -1,4 +1,4 @@ -/* + /* This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version |