Switch to unified view

a/src/qtgui/guiutils.h b/src/qtgui/guiutils.h
...
...
129
/** Read write settings from disk file */
129
/** Read write settings from disk file */
130
extern void rwSettings(bool dowrite);
130
extern void rwSettings(bool dowrite);
131
131
132
extern QString g_stringAllStem, g_stringNoStem;
132
extern QString g_stringAllStem, g_stringNoStem;
133
133
134
/** Specialized version of the qt file dialog. Can't use getOpenFile()
135
   etc. cause they hide dot files... */
136
extern QString myGetFileName(bool isdir, QString caption = QString());
137
134
#endif /* _GUIUTILS_H_INCLUDED_ */
138
#endif /* _GUIUTILS_H_INCLUDED_ */