Basic usability of QPlainTextEdit component

This commit is contained in:
rgabs
2019-08-18 20:05:21 +05:30
parent 71b3befa23
commit b9c3224aaf
12 changed files with 485 additions and 6 deletions
+1 -3
View File
@@ -33,9 +33,7 @@ const generateMocGypiFile = outFilePaths => {
});
const gypiConfig = {
target_defaults: {
sources: sources
}
sources: sources
};
const comment = `# AUTOGENERATED FILE. DO NOT MODIFY . ALL CHANGES WILL BE LOST\n# RUN: npm run automoc after updating moc.json\n`;
console.log("Updating moc.gypi...");