initial commit
This commit is contained in:
@@ -10,11 +10,14 @@
|
|||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
|
#include <cstdlib>
|
||||||
|
|
||||||
static QTextStream textOut(stdout);
|
|
||||||
|
|
||||||
void readDirectory(const QString& szPath, QTextStream& out)
|
void readDirectory(const QString& szPath, QTextStream& out)
|
||||||
{
|
{
|
||||||
|
QTextStream textOut(stdout);
|
||||||
|
|
||||||
textOut << "*** DIRECTORY ***: " << szPath << "\n";
|
textOut << "*** DIRECTORY ***: " << szPath << "\n";
|
||||||
|
|
||||||
QMimeDatabase mimeDB;
|
QMimeDatabase mimeDB;
|
||||||
|
|||||||
Reference in New Issue
Block a user