mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-02-06 03:44:15 +00:00
Update comments
This commit is contained in:
parent
b768a38b76
commit
e4ebe82ee2
@ -61,10 +61,10 @@ public:
|
|||||||
/** Show message box. */
|
/** Show message box. */
|
||||||
boost::signals2::signal<void (const std::string& message, const std::string& caption, int style)> ThreadSafeMessageBox;
|
boost::signals2::signal<void (const std::string& message, const std::string& caption, int style)> ThreadSafeMessageBox;
|
||||||
|
|
||||||
/** Ask the user whether he want to pay a fee or not. */
|
/** Ask the user whether they want to pay a fee or not. */
|
||||||
boost::signals2::signal<bool (int64 nFeeRequired, const std::string& strCaption), boost::signals2::last_value<bool> > ThreadSafeAskFee;
|
boost::signals2::signal<bool (int64 nFeeRequired, const std::string& strCaption), boost::signals2::last_value<bool> > ThreadSafeAskFee;
|
||||||
|
|
||||||
/** Handle an URL passed on the command line. */
|
/** Handle a URL passed at the command line. */
|
||||||
boost::signals2::signal<void (const std::string& strURI)> ThreadSafeHandleURI;
|
boost::signals2::signal<void (const std::string& strURI)> ThreadSafeHandleURI;
|
||||||
|
|
||||||
/** Progress message during initialization. */
|
/** Progress message during initialization. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user