[partition] "constructor-like" needs to be static
This commit is contained in:
parent
516ae494bf
commit
ebbc1a1bcb
@ -41,7 +41,7 @@ struct FstabEntry
|
||||
* If the string isn't valid (e.g. comment-line, or broken
|
||||
* 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;
|
||||
|
Loading…
Reference in New Issue
Block a user