KDevelop API Documentation

bugedit.cpp File Reference

#include "bugedit.h"
#include <qmessagebox.h>
#include <qpushbutton.h>
#include <qlabel.h>
#include <qwhatsthis.h>
#include <qtabbar.h>
#include <klocale.h>
#include "bugedit.moc"

Include dependency graph for bugedit.cpp:

Include dependency graph

Go to the source code of this file.

Variables

const char * severity_desc []
const char * priority_desc []


Variable Documentation

const char* priority_desc[]
 

Initial value:

{
    "critical",
    "high",
    "normal",
    "low",
    0
}

Definition at line 47 of file bugedit.cpp.

Referenced by BugEdit::BugEdit().

const char* severity_desc[]
 

Initial value:

{
    "critical",
    "grave",
    "crash",
    "normal",
    "low",
    "wishlist",
    0
}

Definition at line 31 of file bugedit.cpp.

Referenced by BugEdit::BugEdit().

KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:13:03 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003