Menu

[1a48f0]: / setup / src / diff.h  Maximize  Restore  History

Download this file

28 lines (18 with data), 363 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef DIFF_H
#define DIFF_H
#include <kconfigdialog.h>
#include "ui_base.h"
class DIFF : public QWidget, Ui_BASE {
Q_OBJECT
public:
DIFF(QWidget* parent, QString prefix);
~DIFF();
/*$PUBLIC_FUNCTIONS$*/
public slots:
void browse();
protected:
/*$PROTECTED_FUNCTIONS$*/
protected slots:
/*$PROTECTED_SLOTS$*/
};
#endif
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.