ktimetracker
timekard.cpp File Reference
#include "timekard.h"
#include <cassert>
#include <QDateTime>
#include <QList>
#include <QMap>
#include <KDebug>
#include <KGlobal>
#include <KLocale>
#include "timetrackerstorage.h"
#include "ktimetrackerutility.h"
#include "task.h"
#include "taskview.h"
Include dependency graph for timekard.cpp:
Go to the source code of this file.
Variables | |
const QString | cr = QString::fromLatin1("\n") |
const int | reportWidth = taskWidth + timeWidth |
const int | taskWidth = 40 |
const int | timeWidth = 6 |
Variable Documentation
const QString cr = QString::fromLatin1("\n") |
Definition at line 45 of file timekard.cpp.
Definition at line 43 of file timekard.cpp.
const int taskWidth = 40 |
Definition at line 40 of file timekard.cpp.
const int timeWidth = 6 |
Definition at line 41 of file timekard.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:35 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:35 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.