mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Replaced tab with four spaces in ApplicationCode and subfolders
This commit is contained in:
@@ -41,16 +41,16 @@ public:
|
||||
PICK,
|
||||
PICK_GOTO,
|
||||
PICK_ROTPOINT,
|
||||
NUM_CURSORS
|
||||
NUM_CURSORS
|
||||
};
|
||||
|
||||
public:
|
||||
static QCursor get(CursorIndex cursorIdx);
|
||||
static QCursor get(CursorIndex cursorIdx);
|
||||
|
||||
private:
|
||||
RiuCursors();
|
||||
static QCursor cursorFromFile(const QString& fileName, int hotspotX = -1, int hotspotY = -1);
|
||||
RiuCursors();
|
||||
static QCursor cursorFromFile(const QString& fileName, int hotspotX = -1, int hotspotY = -1);
|
||||
|
||||
private:
|
||||
QCursor m_cursors[NUM_CURSORS];
|
||||
QCursor m_cursors[NUM_CURSORS];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user