Cleanup after merge conflict

This commit is contained in:
Zach Fox 2018-05-10 09:51:45 -07:00
parent ce575d367a
commit 0236bc0c44
2 changed files with 2 additions and 2 deletions

View file

@ -333,7 +333,7 @@ QTemporaryFile* Snapshot::saveTempSnapshot(QImage image) {
return static_cast<QTemporaryFile*>(savedFileForSnapshot(image, true));
}
QFile* Snapshot::savedFileForSnapshot(QImage & shot, bool isTemporary, const QString& userSelectedFilename) {
QFile* Snapshot::savedFileForSnapshot(QImage & shot, bool isTemporary, const QString& userSelectedFilename, const QString& userSelectedPathname) {
// adding URL to snapshot
QUrl currentURL = DependencyManager::get<AddressManager>()->currentPublicAddress();

View file

@ -17,6 +17,7 @@
#include <QString>
#include <QStandardPaths>
#include <QUrl>
#include <QTimer>
#include <SettingHandle.h>
#include <DependencyManager.h>
@ -62,7 +63,6 @@ private:
bool isTemporary,
const QString& userSelectedFilename = QString(),
const QString& userSelectedPathname = QString());
static QString snapshotFilename;
static bool cubemapOutputFormat;
static QTimer snapshotTimer;