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:
parent
4e7430bd70
commit
2d54e1225a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user