CodePaster: Add setting for expiry.

Add a setting for expiry in days and additional setting for
PasteView dialog which can be used to override.

Change-Id: Ie45e26b5cefd8f468d2f5c47df148cce582b201e
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Friedemann Kleint
2013-04-04 17:20:15 +02:00
parent 9528671f42
commit 19a4810ce8
21 changed files with 122 additions and 50 deletions

View File

@@ -181,7 +181,7 @@ void FileShareProtocol::list()
}
void FileShareProtocol::paste(const QString &text,
ContentType /* ct */,
ContentType /* ct */, int /* expiryDays */,
const QString &username,
const QString & /* comment */,
const QString &description)