[partition] "constructor-like" needs to be static

This commit is contained in:
Adriaan de Groot 2018-11-02 12:13:06 -04:00
parent 516ae494bf
commit ebbc1a1bcb

View File

@ -41,7 +41,7 @@ struct FstabEntry
* If the string isn't valid (e.g. comment-line, or broken * If the string isn't valid (e.g. comment-line, or broken
* fstab entry) then the entry that is returned is invalid. * fstab entry) then the entry that is returned is invalid.
*/ */
FstabEntry fromEtcFstab( const QString& ); // implemented in Partutils.cpp static FstabEntry fromEtcFstab( const QString& ); // implemented in Partutils.cpp
}; };
typedef QList< FstabEntry > FstabEntryList; typedef QList< FstabEntry > FstabEntryList;