6#ifndef KISAPPLICATIONARGUMENTS_H
7#define KISAPPLICATIONARGUMENTS_H
9#include <QScopedPointer>
17#include "kritaui_export.h"
28 QByteArray serialize();
44 bool doNewImage()
const;
52 const QScopedPointer<Private>
d;
QString windowLayout() const
bool exportSequence() const
QString exportFileName() const
QStringList filenames() const
QString fileLayer() const
QString workspace() const
const QScopedPointer< Private > d