KDECore
kcatalog.cpp File Reference
#include "kcatalog_p.h"
#include "kstandarddirs.h"
#include <config.h>
#include <QtCore/QFile>
#include <QMutexLocker>
#include <kdebug.h>
#include <stdlib.h>
#include <locale.h>
#include "gettext.h"
Go to the source code of this file.
Functions | |
int | kInitializeLocale () |
QDebug | operator<< (QDebug debug, const KCatalog &c) |
Variables | |
static char * | langenv = 0 |
static const int | langenvMaxlen = 42 |
static bool | s_localeSet = false |
Function Documentation
int kInitializeLocale | ( | ) |
Definition at line 40 of file kcatalog.cpp.
QDebug operator<< | ( | QDebug | debug, | |
const KCatalog & | c | |||
) |
Definition at line 91 of file kcatalog.cpp.
Variable Documentation
char* langenv = 0 [static] |
Definition at line 57 of file kcatalog.cpp.
const int langenvMaxlen = 42 [static] |
Definition at line 58 of file kcatalog.cpp.
bool s_localeSet = false [static] |
Definition at line 35 of file kcatalog.cpp.