mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-29 09:38:48 -04:00
Coding style fixes.
This commit is contained in:
parent
c6253fc025
commit
50391e144d
1 changed files with 5 additions and 5 deletions
|
@ -30,14 +30,14 @@ public:
|
||||||
~Clipboard();
|
~Clipboard();
|
||||||
void setText(const QString& text, int clearTimeout = 0);
|
void setText(const QString& text, int clearTimeout = 0);
|
||||||
|
|
||||||
private:
|
|
||||||
Clipboard(QObject* parent = 0);
|
|
||||||
|
|
||||||
QTimer* m_timer;
|
|
||||||
|
|
||||||
private Q_SLOTS:
|
private Q_SLOTS:
|
||||||
void clearClipboard();
|
void clearClipboard();
|
||||||
|
|
||||||
|
private:
|
||||||
|
explicit Clipboard(QObject* parent = 0);
|
||||||
|
|
||||||
|
QTimer* m_timer;
|
||||||
|
|
||||||
friend Clipboard* clipboard();
|
friend Clipboard* clipboard();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue