зеркало из https://github.com/nextcloud/desktop.git
Remove unused function declaration
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
This commit is contained in:
Родитель
6e41875fe1
Коммит
27f8152b05
|
@ -982,7 +982,7 @@ void FakeFolder::fromDisk(QDir &dir, FileInfo &templateFi)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
FileInfo &findOrCreateDirs(FileInfo &base, PathComponents components)
|
static FileInfo &findOrCreateDirs(FileInfo &base, PathComponents components)
|
||||||
{
|
{
|
||||||
if (components.isEmpty())
|
if (components.isEmpty())
|
||||||
return base;
|
return base;
|
||||||
|
|
|
@ -486,9 +486,6 @@ private:
|
||||||
static void fromDisk(QDir &dir, FileInfo &templateFi);
|
static void fromDisk(QDir &dir, FileInfo &templateFi);
|
||||||
};
|
};
|
||||||
|
|
||||||
static FileInfo &findOrCreateDirs(FileInfo &base, PathComponents components);
|
|
||||||
|
|
||||||
|
|
||||||
/* Return the FileInfo for a conflict file for the specified relative filename */
|
/* Return the FileInfo for a conflict file for the specified relative filename */
|
||||||
inline const FileInfo *findConflict(FileInfo &dir, const QString &filename)
|
inline const FileInfo *findConflict(FileInfo &dir, const QString &filename)
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче