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

main
Adriaan de Groot 6 years ago
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…
Cancel
Save