Namespace for global constants. More...
#include <global.h>
Public Member Functions | |
TablePrefs () | |
TablePrefs (const QString &tableName, const QString &descFieldName) | |
QString | tableName () |
QString | descFieldName () |
Namespace for global constants.
This class is mainly a (bad) workaround for a problem which arose during implementation.
TablePrefs::TablePrefs | ( | ) | [inline] |
{};
{ m_tableName = tableName; m_descFieldName = descFieldName; }
QString TablePrefs::descFieldName | ( | ) | [inline] |
Referenced by ProjectTreeModel::data().
{
return m_descFieldName;
}
QString TablePrefs::tableName | ( | ) | [inline] |
Referenced by ProjectTreeModel::data().
{
return m_tableName;
}