spillerrec / imgviewer

Customizable image viewer with minimalistic interface
2 stars 1 forks source link

Simplify state in fileManager #52

Open spillerrec opened 8 years ago

spillerrec commented 8 years ago

dir and prefixcan be set and reset independently, which is error prone. Furthermore it should be synchronized with watcher. Also check the usage of file( QString ), we might be able to avoid it.

spillerrec commented 8 years ago

Consider changing fileManager::files from a QList<> to a vector<>