mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Cleanup after merge conflict
This commit is contained in:
parent
ce575d367a
commit
0236bc0c44
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue