aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+89bf5c@grudev.com>2019-02-25 15:16:39 +0000
committerGitHub <noreply@github.com>2019-02-25 15:16:39 +0000
commit7163d166a1fbce7917015293f8e139bd65604881 (patch)
tree8870ff3275bad65d8f82327f0c98b32db3218677
parentv3.0.14 (diff)
downloadsingleapplication-7163d166a1fbce7917015293f8e139bd65604881.tar.xz
Fixed typo in Windows.md
-rw-r--r--Windows.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Windows.md b/Windows.md
index 48b0748..13c52da 100644
--- a/Windows.md
+++ b/Windows.md
@@ -24,7 +24,7 @@ Here is an example:
```cpp
if( app.isSecondary() ) {
// This API requires LIBS += User32.lib to be added to the project
- AllowSetForegroundWindow( DWORD( app.getPrimaryPid() ) );
+ AllowSetForegroundWindow( DWORD( app.primaryPid() ) );
}
if( app.isPrimary() ) {