File: equationimage.h

package info (click to toggle)
equalx 0.7.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,268 kB
  • sloc: cpp: 7,119; ansic: 98; sql: 10; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef EQUATIONIMAGE_H
#define EQUATIONIMAGE_H

#include <QGraphicsPixmapItem>

class EquationImage : public QGraphicsPixmapItem
{
public:
    EquationImage();
};

#endif // EQUATIONIMAGE_H