Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Tusooa Zhu
Krita
Commits
0da6c85b
Commit
0da6c85b
authored
Jun 27, 2019
by
Halla Rempt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Active the crash handler earlier
parent
047f1f13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
krita/main.cc
krita/main.cc
+6
-5
No files found.
krita/main.cc
View file @
0da6c85b
...
...
@@ -140,6 +140,12 @@ void resetRotation()
extern
"C"
int
main
(
int
argc
,
char
**
argv
)
{
#if defined HAVE_KCRASH
KCrash
::
initialize
();
#elif defined USE_DRMINGW
tryInitDrMingw
();
#endif
// The global initialization of the random generator
qsrand
(
time
(
0
));
bool
runningInKDE
=
!
qgetenv
(
"KDE_FULL_SESSION"
).
isEmpty
();
...
...
@@ -399,11 +405,6 @@ extern "C" int main(int argc, char **argv)
}
#if defined HAVE_KCRASH
KCrash
::
initialize
();
#elif defined USE_DRMINGW
tryInitDrMingw
();
#endif
// If we should clear the config, it has to be done as soon as possible after
// KisApplication has been created. Otherwise the config file may have been read
...
...
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