Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
b57a316b
Commit
b57a316b
authored
Aug 11, 2015
by
Zach H
Browse files
remove max screen default
parent
1c3e1310
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/main.cpp
View file @
b57a316b
...
@@ -222,8 +222,8 @@ int main(int argc, char *argv[])
...
@@ -222,8 +222,8 @@ int main(int argc, char *argv[])
settingsCache
->
setClientID
(
generateClientID
());
settingsCache
->
setClientID
(
generateClientID
());
qDebug
()
<<
"ClientID In Cache: "
<<
settingsCache
->
getClientID
();
qDebug
()
<<
"ClientID In Cache: "
<<
settingsCache
->
getClientID
();
ui
.
show
Maximized
();
ui
.
show
();
qDebug
(
"main(): ui.show
Maximized
() finished"
);
qDebug
(
"main(): ui.show() finished"
);
app
.
exec
();
app
.
exec
();
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment