summaryrefslogtreecommitdiffstats
path: root/src/modules/spaste/libkvispaste.h
blob: 53724c2de716a914b73203ad55c1eef7601c6562 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef KVISPASTE_H
#define KVISPASTE_H

#include "kvi_window.h"

typedef struct _SPasteThreadData {
    QString    * strData;
    KviWindow * win;
} SPasteThreadData;



#endif