Patch level : 12.00 nopatch
Files correlati : Commento : default per la addstatus
This commit is contained in:
parent
156ea4aadd
commit
37a6f3befa
@ -178,7 +178,7 @@ public:
|
|||||||
|
|
||||||
// deprecated TProgind compatibility methods
|
// deprecated TProgind compatibility methods
|
||||||
bool setstatus(long n) { return set_status(n); }
|
bool setstatus(long n) { return set_status(n); }
|
||||||
bool addstatus(long n) { return add_status(n); }
|
bool addstatus(long n = 1L) { return add_status(n); }
|
||||||
bool is_cancelled() const;
|
bool is_cancelled() const;
|
||||||
|
|
||||||
TProgress_monitor(long items, const char* txt, bool cancellable = true);
|
TProgress_monitor(long items, const char* txt, bool cancellable = true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user