Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
#41
Merged
MicheleC
merged 1 commits from feat/tde-export
into master
10 months ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'feat/tde-export'
Deleting a branch is permanent. It CANNOT be undone. Continue?
As per title.
One little thing.
@ -33,3 +33,3 @@
extern "C"
{
KDE_EXPORT ThumbCreator* KDE_EXPORT new_creator()
TDE_EXPORT ThumbCreator* TDE_EXPORT new_creator()
Twice
TDE_EXPORT
seems to be redundant.728c33899e
to63063f5dce
10 months agoAnotehr good catch, PR updated.
All looks good.
63063f5dce
into master 10 months agoReviewers
63063f5dce
.