Add qvariant object translation (#189)
* working - translation of any wrapped object * clang format * Adds QVariant and Qbject property. Also adds QPixmap fromQVariant * fixes breaking test cases * Adds build to prepush hook aswell
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const { QApplication } = require("../../dist");
|
||||
const { QApplication } = require('../../dist');
|
||||
module.exports = async () => {
|
||||
global.qApp = QApplication.instance();
|
||||
qApp.setQuitOnLastWindowClosed(false);
|
||||
global.qApp = QApplication.instance();
|
||||
qApp.setQuitOnLastWindowClosed(false);
|
||||
};
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module.exports = async () => {
|
||||
global.qApp.quit();
|
||||
global.qApp.quit();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user