QDeclarativeComponentrepresents the source code of a .qml file, to create it, you need aQDeclarativeEngine. You can also create a component within aQDeclarativeContextQDeclarativeEnginemanages the differentQDeclarativeContextand their relationshipsQDeclarativeContextcan have as parent aQDeclarativeEngineor anotherQDeclarativeContext
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| QDeclarativeImportDatabase::addImportPath: "/usr/lib/qt/imports" | |
| QDeclarativeImportDatabase::addImportPath: "/home/flav/projects/joc-build/deployment" | |
| plugins: (".") | |
| //this last one is dumped out by main(), the following are done because of QML_IMPORT_TRACE=1 ./gamingplatform | |
| "/home/flav/projects/joc-build/deployment/games/battlejet/Game.qml" | |
| QDeclarativeImportDatabase::addImportPath: "/usr/lib/qt/imports" | |
| QDeclarativeImportDatabase::addImportPath: "/home/flav/projects/joc-build/deployment" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "/home/flav/projects/joc-build/deployment/games/battlejet/Game.qml" | |
| file:///home/flav/projects/joc-build/deployment/games/battlejet/Game.qml:2:1: plugin cannot be loaded for module "JOC": Cannot load library /home/flav/projects/joc-build/deployment/JOC/libJOC.so: (/home/flav/projects/joc-build/deployment/JOC/libJOC.so: undefined symbol: _ZNK4Game10metaObjectEv) | |
| import JOC 0.1 | |
| ^ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source ~/.vimrc.local | |
| set guifont=Bitstream\ Vera\ Sans\ Mono\ 8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| assert( | |
| apx->type==SH_RESOLVED || | |
| apx->type==RD_RESOLVED || | |
| apx->type==SSCONFLICT || | |
| apx->type==SRCONFLICT || | |
| apx->type==RRCONFLICT || | |
| apy->type==SH_RESOLVED || | |
| apy->type==RD_RESOLVED || | |
| apy->type==SSCONFLICT || | |
| apy->type==SRCONFLICT || |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| static function_entry php_meta_functions[] = { | |
| PHP_FE(meta_test, NULL) | |
| PHP_FE(meta_scanner_init, NULL) | |
| PHP_FE(meta_scanner_get, NULL) | |
| PHP_FE(meta_scanner_token_name, NULL) | |
| {NULL, NULL, NULL} | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fun SetupVAM() | |
| set runtimepath+=/home/flav/.vim/addons/vim-addon-manager | |
| call vam#ActivateAddons(["github:OriginalCopy"],{'auto_install' : 0}) | |
| endf | |
| call SetupVAM() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /home/flav/.vim,/usr/share/vim/vimfiles,/usr/share/vim/vim73,/usr/share/vim/vimfiles/after,/home/lav/.vim/after,/home/flav/.vim/addons/vim-addon-manage |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # encoding: utf-8 | |
| """ | |
| A python logging Handler that use ZeroMQ (ØMQ). | |
| +------+ +------+ +-------+ | |
| | app1 | | app2 | | app X | | |
| +------+ +------+ +-------+ | |
| | PUSH | PUSH | PUSH |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| panic: runtime error: invalid memory address or nil pointer dereference | |
| [signal 0xb code=0x1 addr=0x20 pc=0x400d33] | |
| runtime.panic+0xac /build/src/release-build/src/pkg/runtime/proc.c:1060 | |
| runtime.panic(0x468020, 0xf8400103e0) | |
| runtime.panicstring+0xa3 /build/src/release-build/src/pkg/runtime/runtime.c:116 | |
| runtime.panicstring(0x4c89c6, 0x20) | |
| runtime.sigpanic+0x144 /build/src/release-build/src/pkg/runtime/linux/thread.c:292 | |
| runtime.sigpanic() |