-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rainerteo patch 1 #43
base: master
Are you sure you want to change the base?
Conversation
add functions for changing application name, organization, organization domain and icon
correct accidental deletion of qmlbind_application_exit
Looks good, thanks! I'm investigating the travis fail in #44 , it's not related to your changes, it seems. Do you want to update |
@@ -65,6 +65,35 @@ QMLBIND_API void qmlbind_application_release(qmlbind_application *self); | |||
QMLBIND_API int qmlbind_application_exec(qmlbind_application *self); | |||
|
|||
/*! | |||
* \brief Sets the application's name. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could add something this to the documentation, like you wrote in the pull request message:
This primarily allows for proper file names for saving and retrieving settings with the Settings QML Type
|
||
/*! | ||
* \brief Sets the application's organization name. | ||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as setapplicationname
|
||
/*! | ||
* \brief Sets the application's organization domain. | ||
* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as setapplicationname
This hasn't been merged? |
Add functions for changing application name, organization, organization domain and icon
This primarily allows for proper file name selection for saving and retrieving settings (QSettings Class, Settings QML Type)
Adding an icon mostly allows proper display of running application in window selection bar of the window manager