mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2024-11-15 12:15:43 +08:00
Fix spelling and typos (#70)
This commit is contained in:
parent
c43bd4d388
commit
791f6b1cae
@ -126,7 +126,7 @@ __3.0.1a__
|
|||||||
__v3.0a__
|
__v3.0a__
|
||||||
---------
|
---------
|
||||||
|
|
||||||
* Depricated secondary instances count.
|
* Deprecated secondary instances count.
|
||||||
* Added a sendMessage() method to send a message to the primary instance.
|
* Added a sendMessage() method to send a message to the primary instance.
|
||||||
* Added a receivedMessage() signal, emitted when a message is received from a
|
* Added a receivedMessage() signal, emitted when a message is received from a
|
||||||
secondary instance.
|
secondary instance.
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
class SingleApplicationPrivate;
|
class SingleApplicationPrivate;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief The SingleApplication class handles multipe instances of the same
|
* @brief The SingleApplication class handles multiple instances of the same
|
||||||
* Application
|
* Application
|
||||||
* @see QCoreApplication
|
* @see QCoreApplication
|
||||||
*/
|
*/
|
||||||
@ -74,7 +74,7 @@ public:
|
|||||||
* if there is already a primary instance.
|
* if there is already a primary instance.
|
||||||
* @arg {Mode} mode - Whether for the SingleApplication block to be applied
|
* @arg {Mode} mode - Whether for the SingleApplication block to be applied
|
||||||
* User wide or System wide.
|
* User wide or System wide.
|
||||||
* @arg {int} timeout - Timeout to wait in miliseconds.
|
* @arg {int} timeout - Timeout to wait in milliseconds.
|
||||||
* @note argc and argv may be changed as Qt removes arguments that it
|
* @note argc and argv may be changed as Qt removes arguments that it
|
||||||
* recognizes
|
* recognizes
|
||||||
* @note Mode::SecondaryNotification only works if set on both the primary
|
* @note Mode::SecondaryNotification only works if set on both the primary
|
||||||
|
Loading…
Reference in New Issue
Block a user