mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 22:15:57 +03:00
SocketAPI: remove nonsense FIXME's.
This commit is contained in:
parent
29987ca2aa
commit
dff1f77dfa
1 changed files with 0 additions and 3 deletions
|
@ -133,8 +133,6 @@ SyncJournalFileRecord dbFileRecord( Folder *folder, QString fileName )
|
|||
*/
|
||||
SyncFileStatus fileStatus(Folder *folder, const QString& systemFileName, c_strlist_t *excludes )
|
||||
{
|
||||
// FIXME: Find a way for STATUS_ERROR
|
||||
|
||||
QString file = folder->path();
|
||||
QString fileName = systemFileName.normalized(QString::NormalizationForm_C);
|
||||
|
||||
|
@ -214,7 +212,6 @@ SyncFileStatus fileStatus(Folder *folder, const QString& systemFileName, c_strli
|
|||
}
|
||||
|
||||
if (rec._remotePerm.contains("S")) {
|
||||
// FIXME! that should be an additional flag
|
||||
status.setSharedWithMe(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue