Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb39107' into 'master'
[libcontacts] Fix defines from public header. Contributes to JB#39107

See merge request !5
  • Loading branch information
rainemak committed Nov 14, 2017
2 parents 1283294 + f71847c commit 96361fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cacheconfiguration.h
Expand Up @@ -30,6 +30,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
*/

#ifndef SEASIDE_CACHE_CONFIGURATION_H
#define SEASIDE_CACHE_CONFIGURATION_H

#include "contactcacheexport.h"

#include <QObject>
Expand Down Expand Up @@ -77,3 +80,4 @@ private slots:
#endif
};

#endif // SEASIDE_CACHE_CONFIGURATION_H

0 comments on commit 96361fd

Please sign in to comment.