View myapp.cpp
... | |
#include "myclass.h" | |
... | |
int main(int argc, char *argv[]) | |
{ | |
qmlRegisterType<myclass>("harbour.myapp.myclass", 1, 0, "myclass"); | |
... | |
} |
View flowdock-new.css
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("flowdock.com") { | |
.chat-message, .comment-message, .action-message, .line-message, .status-message, .file-message, .error-message { | |
padding-top: 0 !important; | |
padding-bottom: 0 !important; | |
font-family: Ubuntu,Tahoma,sans-serif !important; | |
font-size: 10px !important; | |
} | |
} |