Use same default filter for both windows and linux.

This commit is contained in:
Kristian Bendiksen 2019-11-01 14:36:31 +01:00
parent a6b6411b6b
commit 64ea23fdc6

View File

@ -60,12 +60,7 @@ public:
PdmUiFilePathEditorAttribute()
{
m_selectSaveFileName = false;
#ifdef _WIN32
m_fileSelectionFilter = "All files (*.*)";
#else
m_fileSelectionFilter = "All files (*)";
#endif
m_defaultPath = QString();
m_selectDirectory = false;
m_appendUiSelectedFolderToText = false;