Introduce FileSaverOptions to consolidate common parameters
This commit is contained in:
14
shared/filesaveroptions.h
Normal file
14
shared/filesaveroptions.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef FILESAVEROPTIONS_H
|
||||
#define FILESAVEROPTIONS_H
|
||||
|
||||
class FileSaverOptions
|
||||
{
|
||||
public:
|
||||
bool verbose = false;
|
||||
bool keepGoing = false;
|
||||
bool pathsOnly = false;
|
||||
/* Whether those previously explicitly without content should be filled */
|
||||
bool fillPathsOnlyWithContent = false;
|
||||
};
|
||||
|
||||
#endif // FILESAVEROPTIONS_H
|
Referens i nytt ärende
Block a user