mirror of
https://github.com/QuasarApp/CopyrightFixer.git
synced 2025-05-11 08:59:47 +00:00
ref #29 Rename method with runProcessing on run.
This commit is contained in:
parent
85d25c811b
commit
65d75dcee9
src/CopyrighFixer/CopyrighFixer
@ -16,7 +16,7 @@ Worker::Worker() {
|
||||
|
||||
}
|
||||
|
||||
bool Worker::runProcessing() {
|
||||
bool Worker::run() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
@ -21,10 +21,10 @@ public:
|
||||
Worker();
|
||||
|
||||
/**
|
||||
* @brief runProcessing It is main method for control of all parsing process.
|
||||
* @brief run It is main method for control of all parsing process.
|
||||
* @return
|
||||
*/
|
||||
bool runProcessing();
|
||||
bool run();
|
||||
|
||||
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user