4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-08 00:39:33 +00:00

krazy cleanups.

svn path=/trunk/kdesupport/qca/; revision=654946
This commit is contained in:
Brad Hards 2007-04-17 12:07:11 +00:00
parent 4e7430bd70
commit 2d54e1225a
2 changed files with 11 additions and 2 deletions
tools
mozcerts
qcatool

@ -19,9 +19,12 @@
/* mozilla certdata converter. adapted from the debian ruby script */
#include <QtCore>
#include <QtCrypto>
#include <QCoreApplication>
#include <QFile>
#include <QTextStream>
QStringList splitWithQuotes(const QString &in, char c);
int main(int argc, char **argv)

@ -17,9 +17,15 @@
*
*/
#include <QtCore>
#include <QtCrypto>
#include <QCoreApplication>
#include <QDebug>
#include <QFile>
#include <QFileInfo>
#include <QTextStream>
#include <QTimer>
#define VERSION "0.0.1"
static QStringList wrapstring(const QString &str, int width)