Some comments
This commit is contained in:
parent
e1a3a94946
commit
601975a6fd
2 changed files with 8 additions and 9 deletions
|
@ -21,6 +21,9 @@
|
|||
*/
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
// Qt
|
||||
|
||||
#include <qjson/parser.h>
|
||||
#include <QtXml/QXmlStreamReader>
|
||||
#include <QDebug>
|
||||
|
@ -54,8 +57,6 @@ namespace Danbooru {
|
|||
|
||||
}
|
||||
|
||||
qDebug() << "First step URL" << danbooruUrl.url();
|
||||
|
||||
// Now, let's add tags should we have them
|
||||
|
||||
if (!tags.isEmpty()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue