~ubuntu-branches/ubuntu/feisty/psi/feisty

« back to all changes in this revision

Viewing changes to cutestuff/crash/crash.h

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2005-09-14 16:33:49 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050914163349-3zacov4afysz5cw5
Tags: 0.9.3-2ubuntu1
* Sync with debian
* Applied patch to psi.desktop to start psi without gpg-agent use (known
  issue)
* Updated README.Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef CRASH_H
 
2
#define CRASH_H
 
3
 
 
4
#include <qstring.h>
 
5
 
 
6
namespace Crash {
 
7
 
 
8
        void registerSigsegvHandler(QString progname);
 
9
 
 
10
};
 
11
 
 
12
#endif