Skip to content

Commit

Permalink
Merge branch 'jb46923' into 'master'
Browse files Browse the repository at this point in the history
Fixup build with gcc8: Contributes to JB#46923

See merge request mer-core/buteo-mtp!29
  • Loading branch information
pvuorela committed Oct 25, 2019
2 parents ceb3733 + 5d92896 commit e2e2aa1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions libmeegomtp.pro
Expand Up @@ -64,3 +64,6 @@ SUBDIRS += \
citests.path = /opt/tests/buteo-mtp/test-definition/
citests.files = tests.xml
INSTALLS += citests

OTHER_FILES += rpm/buteo-mtp-qt5.privileges \
rpm/buteo-mtp-qt5.spec
11 changes: 6 additions & 5 deletions mts/platform/storage/fsstorageplugin/fsstorageplugin.h
Expand Up @@ -415,11 +415,6 @@ private slots:
QHash<MTPObjFormatCode, QString> m_imageMimeTable; ///< Maps the MTP object format code (for image types only) to MIME type string
QString m_mtpPersistentDBPath;
MtpInt128 m_largestPuoid;
struct INotifyCache
{
struct inotify_event fromEvent;
QString fromName;
}m_iNotifyCache; ///< A cache for iNotify events

struct ExistingPlaylists
{
Expand All @@ -445,6 +440,12 @@ private slots:
#endif

static SymLinkPolicy s_symLinkPolicy;

struct INotifyCache
{
QString fromName;
struct inotify_event fromEvent;
}m_iNotifyCache; ///< A cache for iNotify events
};
}

Expand Down

0 comments on commit e2e2aa1

Please sign in to comment.