Skip to content

Commit

Permalink
update default source mask
Browse files Browse the repository at this point in the history
  • Loading branch information
ychclone committed Aug 18, 2020
1 parent 6c78f01 commit d32326b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/CProfileListModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ bool CProfileListModel::dropMimeData(const QMimeData *data, Qt::DropAction actio
// fill default value according to item dropped
droppedItem.m_name = info.fileName();
droppedItem.m_srcDir = fName;
droppedItem.m_srcMask = "*.cpp *.c *.go *.js *.py *.ts";
droppedItem.m_srcMask = "*.cpp *.c *.go *.java *.js *.py *.scala *.ts";
droppedItem.m_headerMask = "*.hpp *.h";
droppedItem.m_labels = "";

Expand Down

0 comments on commit d32326b

Please sign in to comment.