diff options
Diffstat (limited to 'src/plugins/cpaster/cpaster.pro')
-rw-r--r-- | src/plugins/cpaster/cpaster.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/cpaster/cpaster.pro b/src/plugins/cpaster/cpaster.pro index 20c85c596b..6a06056530 100644 --- a/src/plugins/cpaster/cpaster.pro +++ b/src/plugins/cpaster/cpaster.pro @@ -7,6 +7,7 @@ HEADERS += cpasterplugin.h \ cpasterconstants.h \ pastebindotcomprotocol.h \ pastebindotcaprotocol.h \ + pastecodedotxyzprotocol.h \ settings.h \ pasteselectdialog.h \ columnindicatortextedit.h \ @@ -23,6 +24,7 @@ SOURCES += cpasterplugin.cpp \ pasteview.cpp \ pastebindotcomprotocol.cpp \ pastebindotcaprotocol.cpp \ + pastecodedotxyzprotocol.cpp \ settings.cpp \ pasteselectdialog.cpp \ columnindicatortextedit.cpp \ |