Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KHangMan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Education
KHangMan
Commits
7d4a7c03
Commit
7d4a7c03
authored
Mar 15, 2016
by
Andreas Cord-Landwehr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Perform KCrash noop to ensure linking for distros.
parent
093b43bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
src/CMakeLists.txt
src/CMakeLists.txt
+1
-0
src/main.cpp
src/main.cpp
+3
-0
No files found.
src/CMakeLists.txt
View file @
7d4a7c03
...
...
@@ -14,6 +14,7 @@ add_executable(khangman ${khangman_SRCS})
target_link_libraries
(
khangman
Qt5::QuickWidgets
Qt5::Core
KF5::Crash
KF5::I18n
KF5::NewStuff
KF5::Declarative
...
...
src/main.cpp
View file @
7d4a7c03
...
...
@@ -25,6 +25,7 @@
#include <KLocalizedString>
#include <Kdelibs4ConfigMigrator>
#include <KCrash>
#include <QApplication>
#include <QFontDatabase>
...
...
@@ -130,6 +131,8 @@ int main(int argc, char **argv)
KAboutData
::
setApplicationData
(
aboutData
);
KCrash
::
initialize
();
QFont
f
(
QStringLiteral
(
"Domestic Manners"
),
12
,
QFont
::
Normal
,
true
);
if
(
!
QFontInfo
(
f
).
exactMatch
())
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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