Plasma
main.cpp File Reference
#include <iostream>
#include <QDir>
#include <KApplication>
#include <KAboutData>
#include <KAction>
#include <KCmdLineArgs>
#include <KLocale>
#include <KService>
#include <KServiceTypeTrader>
#include <KShell>
#include <KStandardDirs>
#include <plasma/packagestructure.h>
Include dependency graph for tools/plasmapkg/main.cpp:

Go to the source code of this file.
Functions | |
void | listPackages () |
int | main (int argc, char **argv) |
void | output (const QString &msg) |
Variables | |
static const char | description [] = I18N_NOOP("Install, list, remove Plasma packages") |
static const char | version [] = "0.1" |
Function Documentation
void listPackages | ( | ) |
Definition at line 44 of file tools/plasmapkg/main.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 50 of file tools/plasmapkg/main.cpp.
void output | ( | const QString & | msg | ) |
Definition at line 39 of file tools/plasmapkg/main.cpp.
Variable Documentation
const char description[] = I18N_NOOP("Install, list, remove Plasma packages") [static] |
Definition at line 36 of file tools/plasmapkg/main.cpp.
const char version[] = "0.1" [static] |
Definition at line 37 of file tools/plasmapkg/main.cpp.