mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-15 15:03:58 +00:00
delete inlines, trust the compiler
This commit is contained in:
@@ -39,8 +39,8 @@ public slots:
|
||||
|
||||
private:
|
||||
//using charArr = char[MAX_CHARACTERS];
|
||||
inline QString charArrToQString(const char *c);
|
||||
inline char * QStringTocharArr(const QString &s);
|
||||
QString charArrToQString(const char *c);
|
||||
char * QStringTocharArr(const QString &s);
|
||||
|
||||
void fixPath(QString &directory, QString &filename);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user