aboutsummaryrefslogtreecommitdiff
path: root/src/qt/macnotificationhandler.mm
Commit message (Collapse)AuthorAgeFilesLines
* [Qt] style-police, add missing license headersPhilip Kaufmann2013-12-171-0/+4
| | | | | - add missing license headers in Mac files - small code formating cleanups
* osx: make use of the 10.8+ user notification center to display growl like ↵Jonas Schnelli2013-05-241-0/+65
notifications - if 10.8, use user notification center, if <10.8, use growl Signed-off-by: Jonas Schnelli <[email protected]>