mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-10 00:25:43 +00:00
small fixes for export, and a cleanup for the tmp string
This commit is contained in:
parent
10ed363d23
commit
50b78c6cca
@ -50,7 +50,7 @@ private:
|
||||
static QString computeHash(const QByteArray &data);
|
||||
|
||||
|
||||
class SnoreIconData : public QSharedData
|
||||
class SNORE_EXPORT SnoreIconData : public QSharedData
|
||||
{
|
||||
public:
|
||||
SnoreIconData(const QImage &img);
|
||||
|
@ -89,7 +89,7 @@ private:
|
||||
static uint m_idCount;
|
||||
|
||||
|
||||
class NotificationData : public QSharedData
|
||||
class SNORE_EXPORT NotificationData : public QSharedData
|
||||
{
|
||||
|
||||
public:
|
||||
|
@ -60,7 +60,7 @@ QString const SnoreCore::version(){
|
||||
}
|
||||
|
||||
QString const SnoreCore::snoreTMP(){
|
||||
static const QString tmp = QDir::temp().path() +"/SnoreNotify/";
|
||||
static const QString tmp = QString("%1/SnoreNotify/").arg(QDir::temp().path());
|
||||
return tmp;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user