BugCounter Class Reference
This class is used to provide entries in a list, of all the counters for each developer in the team. More...
#include <bugcounter.h>
Collaboration diagram for BugCounter:

Public Member Functions | |
const QString | GetNextID () |
Public Attributes | |
QString | Initials |
int | LastBugNumber |
Detailed Description
This class is used to provide entries in a list, of all the counters for each developer in the team.This enables us to use a sequential numbering system that doesn't create conflicting ID's even when a project's developers are spread over the internet.
Definition at line 31 of file bugcounter.h.
Member Function Documentation
|
Definition at line 21 of file bugcounter.cpp. References Initials, and LastBugNumber. Referenced by BugList::slotAddClicked(). |
Member Data Documentation
|
Definition at line 34 of file bugcounter.h. Referenced by StructureParser::AddDeveloper(), BugList::BugList(), GetNextID(), BugList::ParseFile(), BugList::slotAddClicked(), and BugList::WriteXMLFile(). |
|
Definition at line 35 of file bugcounter.h. Referenced by StructureParser::AddDeveloper(), BugList::BugList(), GetNextID(), BugList::ParseFile(), BugList::slotAddClicked(), and BugList::WriteXMLFile(). |
The documentation for this class was generated from the following files:
- parts/buglist/bugcounter.h
- parts/buglist/bugcounter.cpp