mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2025-03-31 09:32:38 +08:00
Fixed typo in README.md
This commit is contained in:
parent
006170d054
commit
26943b1e69
@ -104,9 +104,9 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
___Note:__ A secondary instance won't cause the emission of the
|
*__Note:__ A secondary instance won't cause the emission of the
|
||||||
`instanceStarted()` signal by default. See `SingleApplication::Mode` for more
|
`instanceStarted()` signal by default. See `SingleApplication::Mode` for more
|
||||||
details.
|
details.*
|
||||||
|
|
||||||
You can check whether your instance is a primary or secondary with the following
|
You can check whether your instance is a primary or secondary with the following
|
||||||
methods:
|
methods:
|
||||||
@ -117,8 +117,8 @@ app.isPrimary();
|
|||||||
app.isSecondary();
|
app.isSecondary();
|
||||||
```
|
```
|
||||||
|
|
||||||
__*Note:*__ If your Primary Instance is terminated a newly launched instance
|
*__Note:__ If your Primary Instance is terminated a newly launched instance
|
||||||
will replace the Primary one even if the Secondary flag has been set.
|
will replace the Primary one even if the Secondary flag has been set.*
|
||||||
|
|
||||||
API
|
API
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user