void Unlocker::run() { count = this->list_obj->getFileCount();1 change: 1 addition & 0 deletions 1 ncmppGui/src/unlocker.h Original file line numberDiff line numberDiff line change @@ -12,6 +12,7 @@ class Unlocker : public QThread public: explicit Unlocker(QObject* parent = nul...