more on sellerdialog

This commit is contained in:
Martin Brodbeck 2018-07-16 12:00:17 +02:00
parent 31d46866f2
commit 207edb27ba
13 changed files with 168 additions and 17 deletions

View file

@ -5,7 +5,8 @@
"includePath": [
"${workspaceFolder}/**",
"/usr/include/qt",
"/usr/include/qt/QtWidgets"
"/usr/include/qt/QtWidgets",
"/usr/include/qt/QtCore"
],
"defines": [],
"compilerPath": "/usr/bin/clang",

View file

@ -61,5 +61,6 @@
"utility": "cpp",
"variant": "cpp",
"algorithm": "cpp"
}
},
"C_Cpp.clang_format_path": "/usr/bin/clang-format"
}