mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-16 13:57:26 -04:00
IPC and custom protocol handler for monero://
This commit is contained in:
8
src/qt/mime.h
Normal file
8
src/qt/mime.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef MIME_H
|
||||
#define MIME_H
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
void registerXdgMime(QApplication &app);
|
||||
|
||||
#endif // MIME_H
|
||||
Reference in New Issue
Block a user