summaryrefslogtreecommitdiffstats
path: root/drkonqi/toplevel.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-03-29 16:54:31 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-03-29 16:54:31 -0500
commitde1901f3abcc56a49c6395b2f810bfee32eb6776 (patch)
tree71418c715d8c210ab244df1eb83978065d63d6bb /drkonqi/toplevel.h
parent39808986b1df661b2a02c9e762eb55ff9a2ea618 (diff)
downloadtdebase-de1901f3abcc56a49c6395b2f810bfee32eb6776.tar.gz
tdebase-de1901f3abcc56a49c6395b2f810bfee32eb6776.zip
Fix incorrect crash report hash calculation
Allow saving of an offline crash report for later upload if crash reporting server is unavailable
Diffstat (limited to 'drkonqi/toplevel.h')
-rw-r--r--drkonqi/toplevel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drkonqi/toplevel.h b/drkonqi/toplevel.h
index 95c1bcb72..52c94d696 100644
--- a/drkonqi/toplevel.h
+++ b/drkonqi/toplevel.h
@@ -52,6 +52,7 @@ private:
// helper methods
TQString generateText() const;
int postCrashDataToServer(TQByteArray data);
+ int saveOfflineCrashReport(TQByteArray data);
protected slots:
void slotUser1();
@@ -74,7 +75,8 @@ private:
KrashConfig *m_krashconf;
DrKBugReport *m_bugreport;
BugDescription* m_bugdescription;
- TQCString serverResponse;
+ TQCString m_serverResponse;
+ TQCString m_backtraceSubmissionData;
};
#endif