summaryrefslogtreecommitdiffstats
path: root/include/desktop
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-09-22 23:19:32 +0200
committerMichael Stahl <mstahl@redhat.com>2016-09-22 23:20:29 +0200
commit853a63997aaae1e54b638432b1b1391c070f4e2b (patch)
tree969b7f6367e48460a51b0b8d97bda8208bfcd6f6 /include/desktop
parentattempt to fix build, reintroduce TabitemValue::isLast() (diff)
downloadcore-853a63997aaae1e54b638432b1b1391c070f4e2b.tar.gz
core-853a63997aaae1e54b638432b1b1391c070f4e2b.zip
desktop: that wasn't unused, just rarely used
Change-Id: I87c0fb287aa0b3fc5ad0216d8007772de3d03b2f
Diffstat (limited to 'include/desktop')
-rw-r--r--include/desktop/crashreport.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/desktop/crashreport.hxx b/include/desktop/crashreport.hxx
index b97dadcc3957..e58e387d0122 100644
--- a/include/desktop/crashreport.hxx
+++ b/include/desktop/crashreport.hxx
@@ -49,6 +49,10 @@ public:
static void storeExceptionHandler(google_breakpad::ExceptionHandler* pExceptionHandler);
+ // when we create the ExceptionHandler we have no access to the user
+ // profile yet, so update when we have access
+ static void updateMinidumpLocation();
+
private:
static osl::Mutex maMutex;